Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > TreeView Control
 

TreeView Control

Hi everyone. It is my first time when post and I wish to say "respect" for all team from Microsoft for their computer developer passions. I'm sure that in the back of few words are a lot of learning years and compromises dedicated to software developer. Again "RESPECT".
My question is regarding to TreeView control(VB2005). I made a table in MS SQL2005 where I filled with a structure for a TreeView Control. I wish to bind TreeView Control with contents of the table but I can't find solution to load more than 1 level for control. Firts column of the table is unique number (primary key), second column (that is the tree depth) contains null value coresponding with parents node, 1 for the children of ID 1 parent..., and the last column content name that will be appear in the tree structure. My problem is to represent more than one level of the tree structure.
Please Help me.
marian_iliescu  Saturday, September 01, 2007 1:45 PM
Maybe this article by Duncan Mackenzie will help

http://msdn2.microsoft.com/en-us/library/ms996437.aspx
Ken Tucker  Saturday, September 01, 2007 4:17 PM
Maybe this article by Duncan Mackenzie will help

http://msdn2.microsoft.com/en-us/library/ms996437.aspx
Ken Tucker  Saturday, September 01, 2007 4:17 PM

You can use google to search for other answers

Custom Search

More Threads

• Disallowing focus on datagrid column
• The 'SchemaSerializationMode' attribute is not declared
• How to programmatically create a datagridview combobox cell column?
• DataSet Binding with Custom Controls
• Background image for datagrid
• DataGridView Left Most Column
• Asynchronus Keyup KeyDown cycle
• DataGridView control ?
• Getting System.ArgumentOutofRangeException when hitting ESC on new row on bound datagridview
• C#.net Datagridview