
start dialog app minimized
Quote:
>How can i start my dialog app in a minimized way ?
Dirk,
You can start the application via a shortcut set to Run Minimized, or
if you want it always to start minimized, use:
ShowWindow( SW_MINIMIZE );
From your dialog's OnInitDialog handler.
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
My address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow-up email copies.