Link to home
Start Free TrialLog in
Avatar of TSYSTEMS_EPDMM
TSYSTEMS_EPDMM

asked on

VB Filebrowser Control

Hello

I need a Control that has the functionallity of an File Explorer in Windows. It should automatically display the file structure the mapped network drives,... and a control that displays the file in the folders (like the right side of the File Explorer). It would be best if it is a VB6 Project, but also a OCX standalone would be nice. Best if its freeware :-)

thanx, regards
Avatar of Shiju S
Shiju S
Flag of United States of America image

Go to Project Menu -> Components
and from there add Microsoft Common Dialoge control

and use
   

     CommonDialog1.ShowOpen
     MsgBox CommonDialog1.FileName
Avatar of TSYSTEMS_EPDMM
TSYSTEMS_EPDMM

ASKER

i dont need a dialog i need the controls themself
thit is only how to use a common dialog.

i dont need a common dialog. i need the functionality of the controls that are in the dialog
sorry,
perhaps some other experts can help you..
thats a common treeview. i need a ready working file explorer
ASKER CERTIFIED SOLUTION
Avatar of AzraSound
AzraSound
Flag of United States of America image

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
@EDDYKT
nice sample

@AzraSound
perfect sample :-)