Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / December 2005

Tip: Looking for answers? Try searching our database.

what reference library to use for common dialog boxes

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dan - 28 Dec 2005 17:56 GMT
I have the OFFICE11 object library checked in the references but still am not
able to use  common dialog box objects.  
Below are all the references my applicatio is using:
VBA: C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6.DLL
Access: C:\Program Files\Microsoft Office\OFFICE11\MSACC.OLB
stdole: C:\WINDOWS\system32\stdole2.tlb
ADODB: C:\Program Files\Common Files\System\ado\msado21.tlb

Which library am I missing?
Thanks in advance for your help.
Dan
Dirk Goldgar - 28 Dec 2005 18:05 GMT
> I have the OFFICE11 object library checked in the references but
> still am not able to use  common dialog box objects.
[quoted text clipped - 5 lines]
>
> Which library am I missing?

Which common dialogs are you using?  Generally, you're better off
avoiding all reference problems by calling the Windows API directly.
See the code at

   http://www.mvps.org/access/api/api0001.htm
   Call the standard Windows File Open/Save dialog box

and

   http://www.mvps.org/access/api/api0002.htm
   BrowseFolder Dialog

as well as other articles in the API section of that site, for API code
and examples.

Signature

Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.