Results 1 to 2 of 2

Thread: [2008] need explorer tutorial

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    31

    [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 .

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

    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.
    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

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