|
-
May 3rd, 2001, 02:04 PM
#1
Browse button command
How to make a browse button command and loads the path to a textbox ? Please help.
-
May 3rd, 2001, 02:13 PM
#2
Re: Browse button command
Use Common Dialog control
Private Sub cmdBrowse_Click()
dlg.ShowOpen
txtFile = dlg.FileName
End Sub
Iouri Boutchkine
[email protected]
-
May 3rd, 2001, 09:26 PM
#3
Re: Browse button command
if u only need to get the directory instead of filename, then try http://vblib.virtualave.net, there is a function called BrowseForFolder in vbGeneralControl class.
HTH
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|