message box on minimize button cilicking
-
when user click on minimize button on dialog to minimize window in to status bar and when click on status bar on that program to maximize that program i want to show some messages how can i do this
Handle the WM_SYSCOMMAND message ( OnSysCommand ) and handle the mesasge when ID is SC_MAXIMIZE and SC_MINIMIZE .
nave [OpenedFileFinder]
-
Handle the WM_SYSCOMMAND message ( OnSysCommand ) and handle the mesasge when ID is SC_MAXIMIZE and SC_MINIMIZE .
nave [OpenedFileFinder]
-
yes its working but now i have two dialogs i want if on dialog minimize other should also minimize and when on of them is maximize other should also maximize
And how are those two dialogs "related" to each other (e.g., modal, modeless, parent/child)? Do they belong to the same application? Does one create the other?
"Love people and use things, not love things and use people." - Unknown
"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch
-
And how are those two dialogs "related" to each other (e.g., modal, modeless, parent/child)? Do they belong to the same application? Does one create the other?
"Love people and use things, not love things and use people." - Unknown
"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch
that are in same application one dialog is showing on one monitor and on second monitor i am showing some greetings which are desinged in onPaint function i want to handle that greeting should maximize and minimize with that dialoge which r showing on first monitor