> Brad Johnson ballardtech.com> writes:
>
> I have successfully used the PyCom_PyObjectFromIUnknown function to get
> a
> PyIDispatch object from a raw IDispatch pointer.
>
> My next goal is to get an early bound class instance from that pointer
> (using a
> class generated from makepy).
Just p
Hello,
I am new to Python programming. I am trying to open Visio diagram and drop a
shape programmatically along with some attributes that need to be set.
So far I have been successful in opening the file,
dropping the shape object.
Now, I have known properties in my application that I ne
Brad Johnson ballardtech.com> writes:
I have successfully used the PyCom_PyObjectFromIUnknown function to get a
PyIDispatch object from a raw IDispatch pointer.
My next goal is to get an early bound class instance from that pointer (using a
class generated from makepy).
I can take the PyIDispat