how can I lock the parent window when I open a new windows

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

that's mean, disable the parent form until the child form is closed
thx
 
Use Showdialog, but make sure the child's MDIParent isn't set.
It won't allow you to do this.

Alex
 
* "Jason said:
that's mean, disable the parent form until the child form is closed

\\\
Dim f As New Form2()
f.ShowDialog()
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top