Removing MFC Windows from Taskbar
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I've been working on adding a system tray icon into my program. The icon is created fine, the icon's popup menu works as well, but I can't figure out one thing. When the program is minimized, I want it to disappear off the Windows taskbar, so you can only restore it via the tray icon (the way a program like ICQ works). I can't seem to figure out how to make the program remove itself from the taskbar, though...could anyone point me to some information on that? Thanks a lot.