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 ...
Does anyone know of an implementation of a right-click menu for the built-in TreeView? I've looked at some 3rd party implementations of TreeView, but they either a) cost something (this is for a ...