Starting app with hidden window 
Author Message
 Starting app with hidden window

Hi All:

I seem to be unable to start an SDI app with the window hidden.
I can make the window flash briefly and then go away
by using:
CWinApp::InitInstance(...)
{
...
m_pMainWnd->ShowWindow(SW_HIDE);
...

Quote:
}

but I want it not to flash at all.
I have a view derived from CFormView (not CView).

Thanks,  Ido.



Fri, 14 Mar 2003 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Starting app with hidden window

2. Help: Starting MFC app with its window hidden

3. Starting Doc/View app with hidden window

4. Start App when Windows starts

5. Can I start my SDI app hidden?

6. How to Start Dialog App Hidden?

7. HOWTO: hide dialog when a dialog-based app starts

8. Q: Start App hidden

9. ? Start a Doc/view App as Hidden ?

10. Can I start a dialog app initially hidden?

11. A: How to start dialog-based app hidden

12. Q:How do I start a Dialog App in a HIDE state

 

 
Powered by phpBB® Forum Software