T
Tom
Hi :
If I want to do the following :
SystemForm = New mainform ' is a mdi container form
Application.Run(SystemForm)
after run this form and then immediate pop up another modal form
(not a mdi child form)
that's mean first open the mainform and then pop up the dialog form
How can do it ?
Thanks
If I want to do the following :
SystemForm = New mainform ' is a mdi container form
Application.Run(SystemForm)
after run this form and then immediate pop up another modal form
(not a mdi child form)
that's mean first open the mainform and then pop up the dialog form
How can do it ?
Thanks