Hiding the dialog on startup for a system tray application

Posted by user131091 on Stack Overflow See other posts from Stack Overflow or by user131091
Published on 2009-07-27T22:36:39Z Indexed on 2010/03/12 20:17 UTC
Read the original article Hit count: 188

Filed under:
|
|

I'm writing an application in C++ that runs as a system tray icon. When the application initially starts up the main dialog loads up and takes focus, which isn't the behavior I intend it to have. Is there a way to load the system tray icon without having the main dialog load up?

© Stack Overflow or respective owner

Related posts about c++

Related posts about mfc