I have written a program which allows the user to see specific SVN revision of a directory. It consists of an advanced TreeView and a ListView. The Treview is populated by the directory the user has specified and the ListView is populated when the user enters a revision number in a textbox and clicks on a button. This seems to work all fine.
What I need is a way of when the user selects a particular revision in the ListView, to check the corresponding treeNode.
Any ideas anyone?
Regards