Software Development Network>> Visual Basic>> message hook
hi
how i can understand when a button in my application or other application clicked.
Buttons have events
In the code editor in the little left habd box above the editor select the button of interest
In the little right box select the Click event. The editor will write a click event in there for you.
message hook
sgroenen
Buttons have events
In the code editor in the little left habd box above the editor select the button of interest
In the little right box select the Click event. The editor will write a click event in there for you.