Before I start my code, I want to ensure that all the DLLs needed are present and not missing. How do I access that collection in VB? I know its there but I can't find it.
The only way to do that in VB would be to try and instantiate all classes at program launch. Build an error handler around it and you're done.
You could also check the prog id's in the registry but this does not absolutely guarantee that you're refrences are actually met, since there might be difference in versions (which probably results in differences in GUIDs as well).
Use application.references.count to know how many are active
& application.references.index(from 1 to application.references.count).name to know their name
Lascar, are you thinking about VBA? This is the VB6 forum
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'If we're supposed to work in Hex, why have we only got A fingers?'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.