How to hide window when the app starts ?
-
I have an app with an icon on system tray. I want to hide the window (just let the icon appear). I tried to use dlg->ShowWindow(SW_HIDE)instead of DoModal() but when the icon appears, it's useless (when we move the mouse to it, it disappears). Someone plz give me a solution, thanks :rose:
-
I have an app with an icon on system tray. I want to hide the window (just let the icon appear). I tried to use dlg->ShowWindow(SW_HIDE)instead of DoModal() but when the icon appears, it's useless (when we move the mouse to it, it disappears). Someone plz give me a solution, thanks :rose:
Can you set visible style on the property of window?
-
Can you set visible style on the property of window?
-
I have an app with an icon on system tray. I want to hide the window (just let the icon appear). I tried to use dlg->ShowWindow(SW_HIDE)instead of DoModal() but when the icon appears, it's useless (when we move the mouse to it, it disappears). Someone plz give me a solution, thanks :rose:
Not sure but this might be what you're looking for: http://www.voidnish.com/Articles/ShowArticle.aspx?code=dlgboxtricks[^]
-
Not sure but this might be what you're looking for: http://www.voidnish.com/Articles/ShowArticle.aspx?code=dlgboxtricks[^]
-
No set to ture. :)