|
-
May 29th, 2001, 11:17 AM
#1
Thread Starter
Lively Member
Disabling a Window...
Hi Guys,
I've a doubt in disabling a window. For example when a message box is displayed you cannot do anything in the window from where the message box fired. when you forcibly try to do anything in that window, then the message box window flashes twice or thrice. How can i achieve this. I tried Me.Enabled=false but I got faulty results from it. Can anybody help me.
-
May 29th, 2001, 12:24 PM
#2
Frenzied Member
The message box is modal. To make your form acct as a MessageBox you need to show it like this:
Code:
FormName.Show vbModal
-
May 29th, 2001, 10:00 PM
#3
Thread Starter
Lively Member
Thank you Vlatko...
Hi Vlatko,
Thanks for ur tip. I'm yet to try it. Anyway thanks for ur Post.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|