Keyboard and mouse events

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

    Keyboard and mouse events

    Hey its a task given by my T.L. Help me in clearing this issue. I've to get the problem solved. I need to Deactivate and Activate mouse events by c#.NET.
    It is important to me.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by saiindu
    Hey its a task given by my T.L. Help me in clearing this issue. I've to get the problem solved. I need to Deactivate and Activate mouse events by c#.NET.
    It is important to me.
    Use a flag to indicate whether to disable these events.
    Then in the OnClick Event, simply check to see whether or not anything should be done....

    -Frinny

    Comment

    Working...