I have been writing several small WinForms applications over the last year or so. Most of these applications are programming tools that will only be used by our dev team, so UI wasn't very important.
I'm working on an RSS reader in .NET 2.0. It's a WinForms app. Like most RSS readers, it's got an outlook-style layout with a TreeView control on the left hand side that holds your feed subscriptions ...