Click to See Complete Forum and Search --> : TreeView Question


DevPrgmer
April 19th, 1999, 09:48 AM
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

Rob Woodruff
April 21st, 1999, 07:35 AM
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.