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?
Alex Meleta - 30 Sep 2007 12:37 GMT
Hi,
Have you used FormAbout...ShowDialog()?
Regards, Alex
[TechBlog] http://devkids.blogspot.com
> Hi,
>
[quoted text clipped - 6 lines]
> when the aboutbox get opened, user would NOT be able to interact with
> the mainform until the aboutbox get closed?
Newbro - 30 Sep 2007 13:47 GMT
That works perfectly, Thanks!
> Hi,
>
[quoted text clipped - 13 lines]
> > when the aboutbox get opened, user would NOT be able to interact with
> > the mainform until the aboutbox get closed?