
Signature
Gary Roach
ADB Services
490-0287
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
> 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)