tree control question

  • Thread starter Thread starter Robgould
  • Start date Start date
R

Robgould

Guest
I want to use a tree control as a menu. I have never used one before. I see tutorials aournd on how to recurisvely poulate one, but that is not what I want to do. I jsut want to staticaly assign some node names to me treecontrol and add some on click functionality.

I added a tree control to a form, but I can not see how to add or edit a node. There are sample nodes....I can't even find where to edit them.

Help?
 
you have to use code to populate the tree and instead of populating it with variables you COULD hard code those values in.

? - Why use a tree control for a static menu? - Like what LOOK/functionality are you going for?
 
I figured out the tree control some. Trial and error. What I want to do is have a form with two panels. I want the left panel to be a tree view menu. I want the right side to load a different form for each item on the left side. I know what the forms are going to be, so a static listing is all I need.
 

Users who are viewing this thread

Back
Top Bottom