|
Hi everyone, I have an ActiveX object and I want to use it without registering. I need something like "LoadLibrary" function but loadlibrary is used to call functions of a dll, I need to call/instantiate one object inside a dll(a dll can contain more than one object). Is there any idea about how to do this? Thanks
|