Keyboard events and mouse events

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saiindu
    New Member
    • Mar 2008
    • 14

    Keyboard events and mouse events

    how to disable and enable mouse from all the windows by button click event in c#.Net. Also how to disable and enable all the function keys by button click event. Pls solve the issue soon....
  • Sick0Fant
    New Member
    • Feb 2008
    • 121

    #2
    Originally posted by saiindu
    how to disable and enable mouse from all the windows by button click event in c#.Net. Also how to disable and enable all the function keys by button click event. Pls solve the issue soon....
    Hmm... just don't handle the events when you don't need to.

    Comment

    Working...