I wanna create a COM Object that goes into the Ole Automation Object list. Is there a way to create my own component object that refer to an existing own elsewhere (outside the automation object list)
the Ole Automation List is just a list of some windows registry subtree.
The first tree is HKEY_CLASSES_ROOT,
you should have your ProgID there, for example look at Excel.Application, you can put any name, for example MyXXX, or Your.YYY.DontKnowWhat.
In your key put the subkey CLSID (it's value is a GUID) indicating what this is an OLE object,
for example {..-FFFF.-..}.
Next key HKEY_CLASSES_ROOT\CLSID
you should have a subkey there, this one should be
identicall with your {..-FFFF.-..}
Ant there is also much more information you should know about what you can put in the registry.
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.