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
Labels:
.net 2.0,
Custom Controls,
VB 2005,
VB.net,
VS 2005
Subscribe to:
Post Comments (Atom)
2 comments:
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
@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.
Post a Comment