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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.