-
TreeView Question
I was wondering how i would do the following. I have a program with a treeview on the left and a richedit on the right (it is a tutorial program) i was wondering how to program for when a user clicks on a treeview iten the tutorial comes up in the richedit....Code and explanation would be highly appreciated thank you
DevPrgmer
-
Re: TreeView Question
There is an example on this site (Options Tree?) that does something similar. When you pick a tree item it shows data corresponding to the tree in another control. You could probably use that as a starting point.