1-st idea(without check): simple
send WM_SIZE message with SIZE_MINIMIZED
as wParam after start 2-nd apps. But solution, I think, other:
You must make Minimize/Maximize youself
in Apps, use parameter(and it is NOT automitic)! For make it
you can use simple ShowWindow with
SW_MAXIMIZE/SW_MINIMIZE parameter.
Main Topics
Browse All Topics





by: moczarPosted on 2000-10-03 at 02:48:29ID: 4550500
I have overwritten the default OWL provided WinMain() function. It seems, that its last parameter 'nCmdShow' is always 0xa regardless the program was started with 'Run Minimized' shortcut option. Is it a loader problem? How to solve it?