Re: Event handling

Vitaly Shelest <[email protected]> Wed, 24 May 2006 18:44:33 +0200
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <[email protected]>
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
>>
>>
>>
>