DispatchWithEvents when have internal COM interfaces

gloom o_gloom at mail.com
Wed Mar 10 03:47:50 EST 2004


Well, problem solved.

After:
cd = nero.GetDrives(NERO_MEDIA_CD)[0]

I can do:
WithEvents(cd, DriveEvents)

and it works.

The question is, can I do it without WithEvents, but with
DispatchWithEvents() somehow, so I can refer to self?

Good day,
Omer.



More information about the Python-list mailing list