jayderk
February 10th, 2003, 10:29 AM
I Know it is possible in c# to send an application down to the system tray as an icon buy I have no idea how... any suggestions?
|
Click to See Complete Forum and Search --> : minimize to an icon in system tray jayderk February 10th, 2003, 10:29 AM I Know it is possible in c# to send an application down to the system tray as an icon buy I have no idea how... any suggestions? pareshgh February 10th, 2003, 01:09 PM use ShowInTaskbar = false form's property. use notifyicon and set its visibility to true on click you could show the current form... Paresh codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |