How to capture window events in VC++?

  • Thread starter Thread starter _roberto_
  • Start date Start date
R

_roberto_

Guest
Hello,

I would like to know if there is a link that describes how one can trap windows events and the execute code accordingly.

For example, suppose I have a VC++ program running in the background and lets say a user clicks on the famous round "Start" button in Win7 located at the bottom left of the screen, I would like my program to detect that and then execute some other code.


Does VC++ have this capability and where can I read up on this?


Thanks all for your help

Continue reading...
 
Back
Top