Browse button

L

.Len B

On some Access applications I have seen a Browse button.
When clicked, it brings up a variation of the File Open
dialog box.

I would like to incorporate a similar button into an app
I'm writing rather than have the user type a path and
filename.

I am assuming that the click event for the button calls
a Windows API with parms for Title Bar text and such.

I don't know what to search on to find more info.
Browse is obviously too vague.

Any keywords or links appreciated.
 
J

Jeanette Cunningham

Have a look on this page
http://www.mvps.org/access/api/index.html

look at

Call Windows File Open/Save Dialog box
How to allow the user to select a file by calling the standard Windows File
Open/Save dialog

Call Windows Browse for Folder Dialog box

Retrieve the folder name that the user selected by calling the standard
Browse folder dialog


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
L

.Len B

Thanks again Jeanette,
Looks like option 2 is what I need.
--
Len
______________________________________________________
remove nothing for valid email address.
| Have a look on this page
| http://www.mvps.org/access/api/index.html
|
| look at
|
| Call Windows File Open/Save Dialog box
| How to allow the user to select a file by calling the standard Windows
File
| Open/Save dialog
|
| Call Windows Browse for Folder Dialog box
|
| Retrieve the folder name that the user selected by calling the standard
| Browse folder dialog
|
|
| Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
|
| | > On some Access applications I have seen a Browse button.
| > When clicked, it brings up a variation of the File Open
| > dialog box.
| >
| > I would like to incorporate a similar button into an app
| > I'm writing rather than have the user type a path and
| > filename.
| >
| > I am assuming that the click event for the button calls
| > a Windows API with parms for Title Bar text and such.
| >
| > I don't know what to search on to find more info.
| > Browse is obviously too vague.
| >
| > Any keywords or links appreciated.
| >
| > --
| > Len
| > ______________________________________________________
| > remove nothing for valid email address.
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top