Creating an instance of Bloggs.Application given the CLSID?

  • Thread starter Thread starter Robin Tucker
  • Start date Start date
R

Robin Tucker

How can I create an instance of Bloggs.Application given the CLSID of the
class?

Dim iHaveTheClsID as Guid ....
Dim theObject As Bloggs.Application =
CreateObject(...........????........... )

Alternatively, how do I find the class string given the clsid? (ie
"Bloggs.Application", from the CLSID).

Any ideas?

Cheers
 
Back
Top