Dialog application and hiding on startup 
Author Message
 Dialog application and hiding on startup

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?????



Tue, 02 Dec 2003 01:00:45 GMT  
 Dialog application and hiding on startup
I should have looked first.  I found the answer in an earlier post on
the same subjuct


Tue, 02 Dec 2003 01:35:43 GMT  
 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?????



Tue, 02 Dec 2003 01:41:16 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. How to create a Dialog based Application with MainDlg hidden on startup

2. Hiding an application on startup

3. Hide taskbar icon on application startup (show only task tray icon)

4. Hiding Dialog Window on Startup!!!

5. hide dialog on startup

6. Hide a Modal Dialog Imediatly Upon Startup

7. Hide Dialog on Startup

8. Hide dialog based app on startup

9. Hiding dialog at startup

10. Hiding MFC Dialog Window on Startup

11. Hiding a dialog based app on startup

12. Modal Dialogs On Application Startup

 

 
Powered by phpBB® Forum Software