Link to home
Start Free TrialLog in
Avatar of SeanWilliamson
SeanWilliamson

asked on

Using Treeview and listview control(VB 6.0)

Hi there,
  i wanted to create a explorer like thing using treeview and listview control, on the left side of the window will have treeview in which all the folders are displaying and on the right side i have the files on the selection of regarding folders from treeview.


Regards & Thanks
Avatar of RogueSolutions
RogueSolutions

You could use Treeview and Listview but VB6 already has controls for file/directory access.

They are DirListBox, FileListBox and DriveListBox and are part of the standard toolbar.

Use these and it will save you a lot of coding.

Avatar of Ark
ASKER CERTIFIED SOLUTION
Avatar of atheekurrahman
atheekurrahman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial