|
-
Jul 28th, 2008, 07:32 AM
#1
Thread Starter
Junior Member
[2008] need explorer tutorial
This may sound stupid , but I always wanted to make my own explorer in Visual Basic and I don't know where to start .
-
Jul 28th, 2008, 09:27 AM
#2
Re: [2008] need explorer tutorial
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|