This post originated from an RSS feed registered with .NET Buzz
by Dan Fernandez.
Original Post: Cool Controls for Windows Forms!
Feed Title: Dan Fernandez's Blog
Feed URL: /msdnerror.htm?aspxerrorpath=/danielfe/Rss.aspx
Feed Description: Dan discusses Dot Net.
Robert Green blogs about the release of the VB.NET PowerPack. The PowerPack is a set of 7 cool new Windows Forms controls written in Visual Basic.NET. Don't let the “VB“ in the title or your own language bias fool you, you can use these controls in any .NET language. You can download the controls from the GotDotNet workspace. My favorite control is the NotificationWindow control, which you've seen in MSN Messenger, SharpReader and several other applications. The code below creates a notification window, that when clicked, changes the label on a form.
If you are a true language snob (shame on you) and don't want to use these b/c it's called a VBPowerPack, you can always use a using alias at the top of your file as shown below: