System Modal Form

  • Thread starter Thread starter Werner Olivier
  • Start date Start date
W

Werner Olivier

Hi guys,
I need to make a system modal form, any ideas on how to do that in vb.net.
Seems an API call is about the only way?????

Any help greatly appreciated!


W
 
Werner Olivier said:
Hi guys,
I need to make a system modal form, any ideas on how to do that in
vb.net. Seems an API call is about the only way?????

Any help greatly appreciated!

Maybe you are successful on Win 3.11. ;-)

No, seriously now, there are no system modal forms anymore because, by
design, no application is more important than others. As a Win programmer we
have to take into account that there are other applications, too.
 
* "Werner Olivier said:
I need to make a system modal form, any ideas on how to do that in vb.net.
Seems an API call is about the only way?????

AFAIK this is only possible with some really low-level Windows API
hacks, maybe by replacing the shell. Why do you need that?
 

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