|
-
Jul 28th, 2009, 09:47 PM
#1
Thread Starter
Hyperactive Member
Recreating Explorer In A Form
How can I recreate windows explorer in my form? I would like my program to start with an explorer like window that you can navigate threw folders. Also I would like for the location of the folder that is being viewed in a text box. Like a navigation bar. Where should I start? If anyone has any example code please link it. Thanks for your time.
 [COLOR="Black"]
-
Jul 28th, 2009, 09:54 PM
#2
Re: Recreating Explorer In A Form
VS has a Explorer Form item template. It might not be available in VB Express. If not then it's basically just a TreeView and a ListView. Look at the DirectoryInfo and FileInfo classes for getting the information.
-
Jul 31st, 2009, 09:40 PM
#3
Thread Starter
Hyperactive Member
Re: Recreating Explorer In A Form
I have found this website to be helpful, if anyone els had the same question this the link.
http://www.codeproject.com/KB/vb/Fil...iew.aspx#bkgrd
 [COLOR="Black"]
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
|