hi. i wants to display a windows upon some event like (i received data on socket). I wants to display the windows as animated, appearing from system tray and go to top. Like mostly antivirus notifies like this.
how can i do this.
hi. i wants to display a windows upon some event like (i received data on socket). I wants to display the windows as animated, appearing from system tray and go to top. Like mostly antivirus notifies like this.
how can i do this.
You can use either winforms or WPF for your purpose. Click here for WPF example.
After seeing the comments, I have added couple of links for winforms also
TaskbarNotifier, a skinnable MSN Messenger-like popup in C# and now in VB.NET too By John O'Byrne
NotifyWindow: A different MSN Messenger style notification window By Robert Misiak
Hope this helps.
If you are talking about writing an application that can minimize to the taskbar and display notifications then this question or this question might help.
Hey check this project at codeproject TaskbarNotifier, a skinnable MSN Messenger-like popup in C# and now in VB.NET too. You can customize based on your need for a new look and feel.