Hey all. I'm making a note program and it opens up multiple instances of itself and can minimize to the systray, but I need to know how to put all the minimized icons in ONE systray icon, is there some property one sets? thanx all
Cheers:confused:
Printable View
Hey all. I'm making a note program and it opens up multiple instances of itself and can minimize to the systray, but I need to know how to put all the minimized icons in ONE systray icon, is there some property one sets? thanx all
Cheers:confused:
There is no intrinsic support for system tray icons unless you want to use the API (nothing wrong with that). I use an ActiveX control, either the ASTI control by Great Beard (somewhere at http://www.download.com), but the DevPower System Tray Icon is cool too.
Thanx man:D