
Start a dialog based application minimized
I did but the dialog's still visible!
The application is made of ONE dialog, that's launched by a standard
DoModal( ).
Perhaps the main dialog can't be launched as hidden?
Quote:
> I would start up with the WS_VISIBLE style turned off, and call
> ShowWindow(SW_SHOW) to show the window when the time comes.
> > Hi
> > How can I <ThisEmail.Subject.Value> using MFC ?
> > I tried with a "ShowWindow(SW_HIDE)" in the "OnInitDialog()" but it
> doesn't
> > worked (I think because there's nothing to SW_HIDE yet)
> > Thanks!
> > hM