News

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 ...
I'd like to modify the behavior of my treeview control so that when an item is right-clicked on, the treeview.selectednode is set equal to the item that was right clicked on. (By default, the ...