Author | Message |
---|---|
bastya_elvtars n00b Posts: 49 | well, the only tray hider is tray pilot and it basically sucks. any of you experimenting with an own one? |
Lord_Zero Ametuar Posts: 122 | To hide the system tray window you can call ShowWindow like in this example: ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", NULL), NULL, "TrayNotifyWnd", NULL), SW_HIDE); |
bastya_elvtars n00b Posts: 49 | I have found an interesting one, Tray Saver. Written in VC++ 6.0 and source is available here. |
nikini Clone Posts: 7 | I'm not sure if this is what you wanted but still.. here it is.. how to make your own tray program... http://www.codeguru.com/columns/VB/article.php/c6541/ Hope this helps... |
NeiSep Ametuar Posts: 93 | i don't know if this is the app you looking for. http://www.expocenter.com/hideit |