Re: [python-win32] Passing Nothing into ReferencesEvents - resolved, however can't bind events [SEC=PERSONAL]

2009-10-19 Thread Zev Spitz
I am coming from VBA, and my understanding of COM internals is very weak. 2 questions: 1) What do I replace IWhatever with, and how do I find that out? (The argument is supposed to be of type VBProject) 2) How do I get an instance of IWhatever? Many thanks. Zev Spitz Andrew MacIntyre wrote:

Re: [python-win32] Passing Nothing into ReferencesEvents - resolved, however can't bind events [SEC=PERSONAL]

2009-10-19 Thread Thomas Heller
Zev Spitz schrieb: I am coming from VBA, and my understanding of COM internals is very weak. 2 questions: 1) What do I replace IWhatever with, and how do I find that out? (The argument is supposed to be of type VBProject) 2) How do I get an instance of IWhatever? From your original