DispatchWithEvents when have internal COM interfaces

Markus Wankus markus_wankusGETRIDOFALLCAPS at hotmail.com
Wed Mar 10 08:41:35 EST 2004


gloom wrote:
> 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.

Wish I could help - but I am also stuck with some COM stuff.  Please 
keep us posted as you figure out more...

Markus.



More information about the Python-list mailing list