Hello All Swish-DB Members ,
This Tutorial Will Show How To Make A Tree View Menu Using Node's
Start An Standard EXE.
Step 1)ADD the Tree View to The menu Press Ctrl+T . Click Microsoft Common Controls 6

Step 1)Create a Tree View Menu By Clicking the Icon

Step 2)Open Up the coding Dialog So it Says : ( Private Sub Form_Load() )

Step 3) Now Add This code : TreeView1.LineStyle = tvwRootLines
Dim nodX As Node
Step 4) For The main root Add this Code : Set nodX = TreeView1.Nodes.Add(, , "m", "Insert Name")
Step 5) Add The Sub Roots IF NEEDED : Set nodX = TreeView1.Nodes.Add("m", tvwChild, "1news1", "INSERT NAME")
Then ya go all done It Should look like this :

|
|
|