Home > Back-end >  Intercept button click event of third party programs
Intercept button click event of third party programs

Time:11-14

Program have N A button, want to interceptors in application B A click of A button, and then application B make some operation, can get A handle to also can get A handle to A particular button, don't know how to intercept the click event, please give directions,

CodePudding user response:

SetWindowsHookEx intercept mouse messages using hook function, specific implementation can search on the net
  • Related