Prev: Access: busqueda
Next: Thanks!
From: .Len B on 18 Apr 2010 20:05 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.
From: Jeanette Cunningham on 18 Apr 2010 20:33 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 ".Len B" <gonehome(a)internode0.on0.net> wrote in message news:e0RfZQ13KHA.1452(a)TK2MSFTNGP06.phx.gbl... > 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. > >
From: .Len B on 18 Apr 2010 20:43 Thanks again Jeanette, Looks like option 2 is what I need. -- Len ______________________________________________________ remove nothing for valid email address. "Jeanette Cunningham" <nnn(a)discussions.microsoft.com> wrote in message news:O4YZlf13KHA.4332(a)TK2MSFTNGP02.phx.gbl... | 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 | | ".Len B" <gonehome(a)internode0.on0.net> wrote in message | news:e0RfZQ13KHA.1452(a)TK2MSFTNGP06.phx.gbl... | > 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. | > | > | |
|
Pages: 1 Prev: Access: busqueda Next: Thanks! |