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 have a thread which keeps running and listening for
ProcessingDataAvailable() event and do some processing in my program.

Can somebody please give me a simple example code that shows how it can be
done? I'm very new to this kind of programming.


Thanks.
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to