This may sound stupid , but I always wanted to make my own explorer in Visual Basic and I don't know where to start .
Printable View
This may sound stupid , but I always wanted to make my own explorer in Visual Basic and I don't know where to start .
Basically all you need is a TreeView, a ListView, the Directory.GetDirectories method and the Directory.GetFiles method. Visual Studio includes an Explorer Form item template you can use as a starting point. I'm not sure if it's included in VB Express though, but it's just really a form with the aforementioned controls.