Minimize window when Show -
10-10-2005
, 06:31 AM
Hi,
when I click on a button in vb.net form, which creates new instance of
another form. and just shows that form and closes itself, instead of going
focus to newly opened form, the focus goes to mdi i.e. main form and
minimizes the newly opened form. I have opened that instance using
frmName.Show() method instead of frmName.ShowDialog(), I dont want to use
showDialog() method as It freezes the functionality of the other forms. Is
anybody has the solution ?
Thanxs,
Ia |