I have facing a problem regarding to TrayIcon component. In first minimization process my application hides itself from the taskbar and sets itself to system tray. However, after restoring, it do not hides from the taskbar anymore
To make a window that does not show in the taskbar use the WS_EX_TOOLWINDOW style in the CreateWindowEx function when you create the window. This will also mean that you cannot task-switch to this window using ALT+TAB when it is active.
Hope that helps.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.