Hey,
Im new to vb.net.
I would like to be able to "catch" an event regardless of which controll currently has focus.
For example: I would like to catch mouseup and keypress every time one of those occurs without having to write a procedure with many statements like:
handles button1.mouseup, button2.mouseup, button3.mouseup etc.
in short, is there a statement or a way to "say" something like handles "all.mouseup" ?
If not, does any one have any suggestions on how I can solve this in a more efficient manner?
thanks.
Im new to vb.net.
I would like to be able to "catch" an event regardless of which controll currently has focus.
For example: I would like to catch mouseup and keypress every time one of those occurs without having to write a procedure with many statements like:
handles button1.mouseup, button2.mouseup, button3.mouseup etc.
in short, is there a statement or a way to "say" something like handles "all.mouseup" ?
If not, does any one have any suggestions on how I can solve this in a more efficient manner?
thanks.