Results 1 to 3 of 3

Thread: Recreating Explorer In A Form

  1. #1

    Thread Starter
    Hyperactive Member Darkened Linux's Avatar
    Join Date
    Jun 2009
    Location
    Canada
    Posts
    296

    Arrow 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"]

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member Darkened Linux's Avatar
    Join Date
    Jun 2009
    Location
    Canada
    Posts
    296

    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
  •  



Click Here to Expand Forum to Full Width