I have a COM DLL and a TLB that are part of an installed 3rd party App. The 3rd party App does not register them and I want to be able to use them w/o having to be registered.

How can I do this in VB6 and VB.NET?

I assume I need to use loadlibrary but what do I do with the handle to get an object so I can access the objects properties and methods?

Any code samples would be greatly appreciated.

Thanks in advance.