how to lock focus of a form

B

BMax

Hello
I put my Options on e separated form and want to lock the focus on it until
user click ok or cancel, i mean deactivate the main form when option form is
shown (like IE option or most of the windows applications).
how`?
 
H

Herfried K. Wagner [MVP]

* "BMax said:
I put my Options on e separated form and want to lock the focus on it until
user click ok or cancel, i mean deactivate the main form when option form is
shown (like IE option or most of the windows applications).
how`?

\\\
Dim f As New OptionsForm()
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

Top