|
-
Mar 10th, 2000, 01:37 AM
#1
Thread Starter
Hyperactive Member
Hi!
I need to know how u prevent the user from using the mouse or the keyboard for a specific period of time when my VB Application is running. can anyone help me out here???
Thanks.
-
Mar 10th, 2000, 03:41 AM
#2
Hyperactive Member
One way...
Have a form take entire screen, copy picture of screen to form, and disable ctrl+alt+del. You can either hide(ShowCursor API) or capture the mouse to a picture box (Example somewhere on this site).
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
|