|
 |
access thread: Access file browser
Message #1 by "Rogerb" <rogerb@w...> on Wed, 31 Oct 2001 16:52:10
|
|
I am trying to set up a utility in which I need to browse the computer,
find a file and then return the name and path to access. I cant seem to
find anyway to open up a windows file browse box. ANy ideas?
Message #2 by "Pardee, Roy E" <roy.e.pardee@l...> on Wed, 31 Oct 2001 09:34:07 -0800
|
|
Have a look at
http://www.mvps.org/access/api/api0001.htm
Cheers,
-Roy
Roy Pardee
Programmer/Analyst
SWFPAC Lockheed Martin IT
Extension 8487
-----Original Message-----
From: Rogerb [mailto:rogerb@w...]
Sent: Wednesday, October 31, 2001 8:52 AM
To: Access
Subject: [access] Access file browser
I am trying to set up a utility in which I need to browse the computer,
find a file and then return the name and path to access. I cant seem to
find anyway to open up a windows file browse box. ANy ideas?
Message #3 by Lonnie Johnson <prodevmg@y...> on Wed, 31 Oct 2001 10:50:42 -0800 (PST)
|
|
AxtiveX Common Dialog Control. It should be a part of your ActiveX list.
Rogerb <rogerb@w...> wrote: I am trying to set up a utility in which I need to browse the computer,
find a file and then return the name and path to access. I cant seem to
find anyway to open up a windows file browse box. ANy ideas?
---
Message #4 by John Fejsa <John.Fejsa@h...> on Thu, 01 Nov 2001 08:18:26 +1100
|
|
Try NOT to use ActiveX Common Dialog Control, use API call instead (much
quicker, does not bloat your application like ActiveX controls and you
don't have to worry about distributing the contol). Refer to
http://www.mvps.org/access/api/api0001.htm , http://www.allapi.net/ or
http://www.mvps.org/vbnet/index.html?code/shell/shshortcutcheat.htm
for API hints and tips.
____________________________________________________
John Fejsa
Systems Analyst/Computer Programmer
Hunter Centre for Health Advancement
Locked Bag 10
WALLSEND NSW 2287
Phone: (02) 49246 336 Fax: (02) 49246 209
____________________________________________________
The doors we open and close each day decide the lives we live
____________________________________________________
>>> prodevmg@y... 01/11/2001 5:50:42 >>>
AxtiveX Common Dialog Control. It should be a part of your ActiveX list.
Rogerb <rogerb@w...> wrote: I am trying to set up a utility in
which I need to browse the computer,
find a file and then return the name and path to access. I cant seem to
find anyway to open up a windows file browse box. ANy ideas?
|
|
 |