sethindeed
Centurion
I have an MDIForm and some child forms.
I already wrote a routine that prevent a form from opening two times.
What I want to do next is that when the user tries to open an already opened form, I want this form to be in focus.
I used to do it quite easily in VB6 with the SetFocus method but this method is gone in .NET.
Anybody knows how can I do what I want ?
thx !
I already wrote a routine that prevent a form from opening two times.
What I want to do next is that when the user tries to open an already opened form, I want this form to be in focus.
I used to do it quite easily in VB6 with the SetFocus method but this method is gone in .NET.
Anybody knows how can I do what I want ?
thx !