How can i know if my window is being minimized?
This is a discussion on wm_minimize? within the Windows Programming forums, part of the Platform Specific Boards category; How can i know if my window is being minimized?...
How can i know if my window is being minimized?
WM_SIZE or WM_ACTIVATE.
CProgramming FAQ
Caution: this person may be a carrier of the misinformation virus.
You can also get notfied of the minimize command before it is carried out using WM_SYSCOMMAND.