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.
Printable View
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.
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).