Capture Minimize and Restore events in wondows.
-
Hi, Can anybody please tell me the windows messages to capture the events minimize and restore for a dialog based application. Thanks. Kishore
-
Hi, Can anybody please tell me the windows messages to capture the events minimize and restore for a dialog based application. Thanks. Kishore
Do you need to SW_MAXIMIZE and SW_MINIMIZE?
-
Hi, Can anybody please tell me the windows messages to capture the events minimize and restore for a dialog based application. Thanks. Kishore
are you asking for WM_MINIMIZE?
Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
-
Hi, Can anybody please tell me the windows messages to capture the events minimize and restore for a dialog based application. Thanks. Kishore
WM_SYSCOMMAND wParam : SC_MINIMIZE SC_RESTORE