Urgent - - systray & message
-
Hi, I need to run the application in systemt tray (systray) .I need some guidance in the form of some example. Also I need to display some messages in the systray. for example when we use MSN Messenger and if somebody come online we see "Mr.xyz Logged in" . I need it immediately. any help'll be appreciable. Thanks
-
Hi, I need to run the application in systemt tray (systray) .I need some guidance in the form of some example. Also I need to display some messages in the systray. for example when we use MSN Messenger and if somebody come online we see "Mr.xyz Logged in" . I need it immediately. any help'll be appreciable. Thanks
-
You would need to use the NotifyIcon to get your app to show in the system tray. As far as the notification, just use a new form for a popup. -Jason