Newbie: Modal form

S

steve

Hello,

How can I , once a form is triggered and shown, not to allow focus back to
the parent unless the form is killed ?
I know it has something to do with modal( ) ?

TIA
-steve
(I've asked this question long time ago but I lost the reference,
apologies.)
 
H

Herfried K. Wagner [MVP]

* "steve said:
How can I , once a form is triggered and shown, not to allow focus back to
the parent unless the form is killed ?
I know it has something to do with modal( ) ?

\\\
Dim f As New Form1()
f.ShowDialog()
f.Dispose()
///
 

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

Similar Threads


Top