
November 29th, 2004, 06:26 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by binoj Hi,
I am new to vb.net. here i am facing one critical issue.
In vb.net mdi application, i have a few child forms. I need to set
one of its child forms should be active and it should allow to give back focus to its parent unless child form gets closed.
I tried using Topmost, Showdialoge properties of form, but it didn't work.
Thanks in advance
Binu |
Hi,
use the following code and don't make the form as child of mdi
form.ShowDialog()
Regards,
Balaji
|