
Dialog application and hiding on startup
Answer reposted from the thread 'Hide a window on start up'
To hide a dialog based application, take a look at this link:
http://www.mooremvp.freeserve.co.uk/Win32/framed_tip26.htm
Also take a look at Sams' page at
http://www.cpp.atfreeweb.com/DlgPosChanged.html
Cheers
Check Abdoul
------------------
Quote:
> I have a dialog based MFC application that executes the .DoModal () in
> theApp.
> I want to have the window come up with the last known (saved in
> registery) x, y, width, height parameters and hidden. I have tried
> the follwing line in many different places but in all case the window
> comes up visable. I want to "HIDE" it on start up.
> Please help?????