How to receive a notification when the app window is activated.
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
For example, if the user alt-tabs to the window.
There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition. Blaise Pascal
How about WM_ACTIVATEAPP[^] and/or WM_ACTIVATE[^]?
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Sometimes you just have to hate coding to do it well. <
-
How about WM_ACTIVATEAPP[^] and/or WM_ACTIVATE[^]?
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Sometimes you just have to hate coding to do it well. <