Hide a dialog-based application on launching 
Author Message
 Hide a dialog-based application on launching

I'm writing a dialog-based application residing in system tray. This means
the dialog must be hidden by default on the start-up. Is it possible to
prevent a dialog from showing up with no visual flicker after the DoModal()
call?

CK



Tue, 27 Aug 2002 03:00:00 GMT  
 Hide a dialog-based application on launching


Quote:
> I'm writing a dialog-based application residing in system tray.

For such an endeavour I'd use a MODELESS dialog as the main window (or
else it would be a very short-lived application!) and have it initially
hidden. Then depending on user selections from the tray, I'd show/hide
it or quit altogether.

--

TSEKIT: http://personal-pages.ps.ic.ac.uk/~umeca74/

Sent via Deja.com http://www.deja.com/
Before you buy.



Tue, 27 Aug 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

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

2. Initially showing a dialog base application hidden - how?

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

4. Adding Another MFC Dialog to the Dialog base application

5. Trapping Keystrokes in a Dialog Box or Dialog based application

6. Executing modal tabbed dialog from a dialog-based application

7. Positioning of dialogs in a dialog based application

8. Replacing the dialog box of a dialog-based application

9. Trapping Keystrokes in a Dialog Box or Dialog based application

10. Printing a Dialog Box from a Dialog-Based Application

11. trouble getting a console based application to run hidden within a win32 service

12. hiding an mfc dialog based app

 

 
Powered by phpBB® Forum Software