detect when user shows app by clicking task bar icon

  • Thread starter Thread starter lfvoydfv
  • Start date Start date
L

lfvoydfv

Guest
I have a multidoc MFC app. I need to detect when, after minimizing the app, the user clicks the icon in the taskbar to display the app again. Some have suggested adding handlers for WS_SIZE and OnSysCommand, which I tried, but neither handler gets entered when I click the taskbar icon to show the app window again. Thanks in advance.

Continue reading...
 
Back
Top