Re: Event handling
Roger I Martin PhD <[email protected]> Fri, 26 May 2006 08:41:17 -0400
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
Thanks Vitaly I'm swamped right now but I'll talk to you again when I can. Roger Vitaly Shelest wrote: > Use standard OLE Automation to invoke events (in STA you can also invoke > IUnknown if it is OLE Automation compatible, i.e. has in IDL file the > attribute "oleautomation") and do not forget to implement Marshal for > IConnectionPoint! > > > > "Roger I Martin PhD" <[email protected]> wrote in message > news:[email protected]... > >> Brian Knorr wrote: >> >> >>> Does Jawin support handling events? I know njawin (or oleja) does, but >>> what about Jawin? Is so, is there an example anywhere I could follow? >>> >>> >>> >> Not that I know of. I need a COM example of event handling using the >> vtable. I think I found something lately but I need to study it to see >> if it would help learn how to do it. >> . >> >> >>> Thanks, >>> >>> Brian >>> >>> >>> >>> > >