Results 1 to 2 of 2

Thread: Blocking KB & mouse input

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    India
    Posts
    298

    Post

    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.

  2. #2
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Cleveland, Ohio
    Posts
    263

    Post

    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
  •  



Click Here to Expand Forum to Full Width