tags:

views:

70

answers:

3

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.

+1  A: 

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.

funwithcoding
is there any helpful link for winforms
Mohsan
this one is exactly according to my requirement. but i need this in WinForms
Mohsan
A: 

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.

Kane
A: 

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.

Kavitesh Singh