Quote Originally Posted by matrik02
A'a I found it, I have code on this. In the textbox show D:\Project, but why my drivelistbox show C: drive? How to change this to D: ?I only have this code only

Code:
Dir1.Path = Text1.Text
There's also a Drive listbox, you can use them together;

vb Code:
  1. Dir1.path = Drive1.Drive

will get you to the root of the drive you've selected in Drive1