
Dialog based app minimize on startup???/
I would think that your dialog template must contain a system menu and a
minimize box first then the methods you mention should work fine.
--
Hope this helps,
Keith Wipprecht
Cincinnati Componentware, Inc.
http://www.*-*-*.com/
Quote:
> i need to have a dialog based app minimize on startup.
> i have tried many things from
> overriding the Oncreate and adding style WS_MINIMIZE
> to using m_pMainWnd->ShowWindow(SW_SHOWMINIMIZED);
> any thoughts would be appreciated