I need some help!
To browse for folders I'm using this code:
Almost everything is fine but there is one problem:Code:Dim sh As New Shell32.Shell Text1.Text = sh.BrowseForFolder(0, "Select a Folder", 0, 0)
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 ?![]()





Reply With Quote