Hi there guys,
I am in a desperate need to get to know the code for the following situations:
I got 1 and 3 already, but I am struggling at 2 and 4.
1. browse for folder and get folder path
VB Code:
MsgBox(FolderBrowserDialog1.SelectedPath)
2. browse for folder and get folder name
VB Code:
MsgBox "Go to [url]www.vbforums.com[/url]"
3. browse for file and get file path
VB Code:
MsgBox(OpenFileDialog1.FileName)
4. browse for file and get file name
VB Code:
MsgBox "Go to [url]www.vbforums.com[/url]"
Appreciate your time,
Thank you,
McoreD




Reply With Quote