R
Roger Irwin
I am using pythoncom to get access to an Autmoation DLL. I can get the
typelibrary loaded, get a class of the object, get a module which wraps
the class, and a lot of other things.
But I **can't** create any actual instances of the objects contained.
Is there a special procedure for getting an 'instance' of an Active X
object?
typelibrary loaded, get a class of the object, get a module which wraps
the class, and a lot of other things.
But I **can't** create any actual instances of the objects contained.
Is there a special procedure for getting an 'instance' of an Active X
object?