Home | Help Forums | Web Design Tutorials | Free Swishmax Downloads | All Downloads

 

 

Company

Home

Nework Details

Tutorials

SWiSH 2

SWiSHMax

Flash MX

PHP & MySQL

HTML / JScript

Adobe Photoshop

Corel Draw

Gimp

Miscellaneous

Downloads

Templates

Plugins

Fonts

Wallpapers

Free Images

Scripts and Codes

Products

E-Books

SWiSH BB

SWiSH Templates

SWiSH-DB Newsletter
Subscribe to our newsletter : GO
  Partners / Affiliates

   Swish Templates
   SWiSH Climax
   GimpTalk
   Idea Designs
   Sposatoettore
   Try Acai Berry Diet
   Download Free Ringtones
   Swishzone

Manage your site with Flax Article Content Management System
[Visual Basic]Tree Menu
Category : Miscellaneous | Level : Beginner | Language : English
Ask Question | Read Comments | Post tutorial | Previous | Next

Web www.swish-db.com

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
user posted image

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

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

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 smile.gif all done
It Should look like this :
user posted image



All rights reserved - swish-db.com