How to hide or show tray icon in Windows XP
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi,everyone. Under WindowsXP,users can hide or show an application tray icon by customizing tray notification,but now i want to implement this in my application. i have tried some methods(such as using sysinternal's utilites - Regmon and Filemon ) to find how Windows Shell handles this,but the results disappointed me. so can anyone know to do this ? use some undocumented windows shell api? Thanks a lot!