|
-
August 30th, 2010, 11:43 AM
#1
How do you prevent a user from changing forms
I need to know how to lock a user on to a window form.
Example: User is on form A. He clicks a button and it opens form B. If he click on form A, form b would blink and windows would make a sound, and form b would still be in focus.
-
August 30th, 2010, 11:56 AM
#2
Re: How do you prevent a user from changing forms
Just open form b with ShowDialog( ). This opens it as a modal form with the behavior you've described.
-
August 30th, 2010, 12:05 PM
#3
Re: How do you prevent a user from changing forms
 Originally Posted by Arjay
Just open form b with ShowDialog( ). This opens it as a modal form with the behavior you've described.
Thanks a ton. It works perfect.
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
|