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 / Developer Toolkits / December 2003

Tip: Looking for answers? Try searching our database.

viewing dll contents

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gary Roach - 11 Dec 2003 01:11 GMT
i'm looking for a way to view the objects contained in a dll so that i don't
have to use trial and error to figure out which libraries to reference when
i'm coding in VBA for access. right now, to get the references to dll's
correct i have to include all the libraries in the project and then use the
object browser to search for the item. (eg. i eventually found DOMDocument
in the microsoft XML library). is there a utility that will list all the
interface names contained in a dll so that i can search for them more
easily? any help is greatly appreciated

gary

Signature

Gary Roach
ADB Services
490-0287

Paul Overway - 11 Dec 2003 01:47 GMT
After you have set a reference to any given ActiveX DLL, OCX, or EXE, you
can see its objects, properties, and methods by selecting View|Object
Browser while in a code window.

--
Paul Overway
Logico Solutions, LLC
www.logico-solutions.com

> i'm looking for a way to view the objects contained in a dll so that i don't
> have to use trial and error to figure out which libraries to reference when
[quoted text clipped - 11 lines]
> ADB Services
> 490-0287
Gary Roach - 11 Dec 2003 13:15 GMT
that's the way i'm doing it now. unfortunately this is very tedious because
there are so many libraries on my system. when i attempt to make references
to all of them by checking all the boxes in the tools/references dialog, i
get errors because of conflicting libraries. at this point i have to
determine which library caused the error, and skip that one on the next
iteration. what i want is to be able to go to the directory containing all
the dll's, run a utility that spits out the names of the object classes and
routines that the dll implements into a text file so that i can search the
text file when i need a given class or function. i had such a utility with
visual c++ a few years ago when i worked with it but i don't have visuall
c++ any more.

> After you have set a reference to any given ActiveX DLL, OCX, or EXE, you
> can see its objects, properties, and methods by selecting View|Object
[quoted text clipped - 23 lines]
> > ADB Services
> > 490-0287
Paul Overway - 11 Dec 2003 15:04 GMT
You cannot/should not set a reference to every library on your system...just
the ones you are actually using and licensed to use.  Just because a library
is installed on your system doesn't mean you are entitled to use it or
distribute it with your apps.  So....this will narrow the number of
libraries down and make using object viewer practical.

--
Paul Overway
Logico Solutions, LLC
www.logico-solutions.com

> that's the way i'm doing it now. unfortunately this is very tedious because
> there are so many libraries on my system. when i attempt to make references
[quoted text clipped - 36 lines]
> > > ADB Services
> > > 490-0287
david epsom dot com dot au - 22 Dec 2003 22:25 GMT
> i'm looking for a way to view the objects contained in a dll so that i don't
> have to use trial and error to figure out which libraries to reference when
[quoted text clipped - 6 lines]
>
> gary

It's not really a toolkit question, so people here are not
really going to be good at answering. Perhaps you could try
a general VB group?

Yes, you could build a utility like that.
No, I don't have one.

(david)
Paul Overway - 23 Dec 2003 00:36 GMT
Actually, the tool is called a help file.

--
Paul Overway
Logico Solutions, LLC
www.logico-solutions.com

> > i'm looking for a way to view the objects contained in a dll so that i
> don't
[quoted text clipped - 23 lines]
>
> (david)
 
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.