CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    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

  2. #2
    Join Date
    Apr 1999
    Posts
    11

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured