message hook

hi

how i can understand when a button in my application or other application clicked.




Answer this question

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.



  • message hook