B
Brett Miller
I have a form (form1) that I call another form (form2) from, using
..ShowDialog (modul). I disable form1 (.Enabled = False), once the user is
finished with form2 (checked a few check boxes, and clicked a button) the
Disposing event of Form2 is fired (on form1) and I re-enable(.Enabled =
True) Form1.
This all work fine. However! Form1 is minimized in the Taskbar, and will
only show if I click on it.
Anybody anay ideas?
Tried These.....
..ShowDialog()
..Show()
..Focus
..BringToFront
..SetWindowState
..ShowDialog (modul). I disable form1 (.Enabled = False), once the user is
finished with form2 (checked a few check boxes, and clicked a button) the
Disposing event of Form2 is fired (on form1) and I re-enable(.Enabled =
True) Form1.
This all work fine. However! Form1 is minimized in the Taskbar, and will
only show if I click on it.
Anybody anay ideas?
Tried These.....
..ShowDialog()
..Show()
..Focus
..BringToFront
..SetWindowState