Focus Topmost form Only

G

Guest

Hi,

Please bare with me as I'm starting to learn. Basically I have a mainform
which get created upon program startup, and an Aboutbox form that shows
itself when user click on the 'About' button. I can get the Aboutbox to show
and appear topmost by calling corresponding functions, but what I want to do
is:

when the aboutbox get opened, user would NOT be able to interact with the
mainform until the aboutbox get closed?
 
G

Guest

That works perfectly, Thanks!

Alex Meleta said:
Hi,

Have you used FormAbout...ShowDialog()?

Regards, Alex
[TechBlog] http://devkids.blogspot.com


Hi,

Please bare with me as I'm starting to learn. Basically I have a
mainform which get created upon program startup, and an Aboutbox form
that shows itself when user click on the 'About' button. I can get the
Aboutbox to show and appear topmost by calling corresponding
functions, but what I want to do is:

when the aboutbox get opened, user would NOT be able to interact with
the mainform until the aboutbox get closed?
 

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