VB 2005 Express Tree view

Get help on programming - C++, Java, Delphi, etc.
Post Reply
SBSP
Registered User
Posts: 3124
Joined: 09 May 2006, 02:00
Location: Centurion

VB 2005 Express Tree view

Post by SBSP »

Hello.

How would i read a directory to a folder tree view control in VB 2005

In old VB6 this was easy , just drop the standard FolderView active control onto a form
and Dir1.path = "C:\Windows\Or What Ever"

But i think the tree view in VB05 needs code in the background to physically read the structure and then pass it
to the TreeView List to and create the nodes.

Any one upto helping me ?
stewy_w
Registered User
Posts: 486
Joined: 25 Sep 2003, 02:00
Location: Citta Del Cappo
Contact:

Post by stewy_w »

Code: Select all

FolderBrowseDialog.SelectedPath = "C:\Windows\Or What Ever"
Running Vista is like being in a candy store that only sells black liquorice at exorbitant prices. Oh, and you\'re only allowed to eat the candy in the store.
Post Reply