How i can run application into system tray?
-
Hi, I had developed one message system by using winsok in vb .now I want to run my application into system tray and when any message is revieved at that time that application will flash on the screen. can any body help? if possible give me code pls. Thanks in advance
-
Hi, I had developed one message system by using winsok in vb .now I want to run my application into system tray and when any message is revieved at that time that application will flash on the screen. can any body help? if possible give me code pls. Thanks in advance
This should have been taken into account before you started your project. "In the System Tray" is not a special place where your app runs. It's just a place to put a Notification Icon. See NotifyIcon XP[^] on GotDotNet for a really good NotifyIcon class you can use. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
This should have been taken into account before you started your project. "In the System Tray" is not a special place where your app runs. It's just a place to put a Notification Icon. See NotifyIcon XP[^] on GotDotNet for a really good NotifyIcon class you can use. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
NotifyIcon[^] class documentation on MSDN. Comes complete with an example too. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome