Handling a MouseDown Event Regardless Of The Control
Posted
by GregH
on Stack Overflow
See other posts from Stack Overflow
or by GregH
Published on 2010-04-18T00:32:19Z
Indexed on
2010/04/18
0:43 UTC
Read the original article
Hit count: 561
Is it possible to handle a mouseDown event in VB.Net (2008) regardless of the control firing the mouseDown event? Basically, I just want to catch a mouseDown event at the "form level" and don't want to program mouseDown event handlers in every control. Is there a way to do this?
© Stack Overflow or respective owner