RE: [perl-win32-gui-users] system tray, notifyicon and stuff

2002-05-27 Thread Rogers, John
Sorry, I HAve to ask, Does anyone know what, "whatever-it-is-you-call-it" is actually called. ? JohnR

Re: [perl-win32-gui-users] system tray, notifyicon and stuff

2002-05-27 Thread Glenn Linderman
When you hide the window, also disable it. When you want to make the window usable again, enable it and show it. This will make the whatever-it-is-you-call-it disappear from the task bar while it is minimized, but appear when the window is visible. If you never want it to appear, make a parent w

[perl-win32-gui-users] system tray, notifyicon and stuff

2002-05-27 Thread markd
hi. i've added a notify icon to sit in the system tray when a window is minimised. what i'd like to try and do is make the whatever-it-is-you-call-it disappear from the task bar. i figured it would probably have something to do with window styles, if anything, but i can't find anything about it in