Results 1 to 3 of 3

Thread: [RESOLVED] Browse for folders?

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2007
    Posts
    278

    Resolved [RESOLVED] Browse for folders?

    I need some help!

    To browse for folders I'm using this code:
    Code:
    Dim sh As New Shell32.Shell
    Text1.Text = sh.BrowseForFolder(0, "Select a Folder", 0, 0)
    Almost everything is fine but there is one problem:

    Then I'm selecting an folder I'm geting not full directory address in TextBox but just folder name. I need full directory addres not just folder name.

    So mybe someone can help me to solve this problem ?
    Last edited by Lauriux1; Sep 27th, 2007 at 08:09 AM.

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