Ujjaval Suthar wrote:
Hi all,
I have a COM control which fires a status event called
ProcessingDataAvailable(). The COM control has a method call AddData()
with some data parameters.
Using python, in a simple program, I can instantiate COM object via
Dispatch and call AddData() method succe
Hi all,
I have a COM control which fires a status event called
ProcessingDataAvailable(). The COM control has a method call AddData() with
some data parameters.
Using python, in a simple program, I can instantiate COM object via Dispatch
and call AddData() method successfully.
Now, I want to hav