This is a variant on what I posted earlier, but I think this is the most likely way to solve the problem, so here's my question (you can delete the old one):
When a MessageBox pops up, it disallows the user to do anything until the MessageBox is closed. How is that done? I want to be able to recreate that functionality with a custom Form (that can be put into an MDI container).
When a MessageBox pops up, it disallows the user to do anything until the MessageBox is closed. How is that done? I want to be able to recreate that functionality with a custom Form (that can be put into an MDI container).
Comment