Saturday, February 14, 2009

Notification Bar Control For Windows Forms (Win Forms)

Here is simple Notification Bar control (like we see in Internet Explorer). Gives application a good look. Note that I haven't done much thing, you can customize is further if you like. It supports blinking too. Usage: ShowNotification() method to display the Notification. BlinkTimes property to set the Number of Times to blink. Download Source Code: Notificationbar.zip

2 comments:

Chris said...

This is good stuff but the VB snippets are a bit old now. Do you have an updated version of this source code Arsalan?

Cheers

Arsalan Tamiz said...

@Chris,

Thanks for your interest. I'll try if I get some time. But here is the tip, you can open the project in latest Visual Studio, it should convert it to latest version. Most probably there is NOT much change.