Are vb.net eventArgs maintained at a "system" level?

Posted by GregH on Stack Overflow See other posts from Stack Overflow or by GregH
Published on 2010-04-09T16:55:50Z Indexed on 2010/04/09 17:13 UTC
Read the original article Hit count: 313

Filed under:
|

I have a custom developed control I am using that somebody else wrote. For some reason, when the control was written, they did not write an event handler for the "mouseDown" event so when I mouseDown on the control, no event is fired. What I am basically trying to do is capture which mouse button (left or right) is pressed when the control is clicked on. Is there any sort of system level objects that maintain system state (including which mouse buttons are currently being pressed regardless of the control being clicked upon?)

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about .NET