Ask for help.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a windows application which opened two windows A and B. Set B.TopMost
property True. Set A.TopMost property False. when these two windows are
opened. B is always topmost and I still can interact A. The problem is: when
I popup a msgbox from A, sometimes the msgbox is under B. So there is no way
I click OK on the msgbox. The application becomes frozen.

Thanks in ahead
 
If you want that Form A does not interact, you need to set the owner of form
b to form a and showdialog of form b.
 

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