|
-
May 2nd, 2009, 12:19 PM
#27
Re: Disable an entire Form
instead of using a giant picturebox to cover it, have you tried a giant label?
You could also simply loop through all controls on the form with code and set them all to disabled. (not hidden). This should gray them out.
Also since you know how to take screen shots, you could simply take one of your form and display the screen shot of the form in the form's picture box.
Showing a modal form won't stop code execution in the form if you use a background worker or a threaded timer.
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
|