Getting events from COM object
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i have a COM dll with a COM object that sends events. The COM was written in ATL VC6. in VB6 i get the events by using "Dim WithEvent ..." . I don't know how to do it with C#. The com object is ComApplication and the event is OnIpresult(ComIpResult* pIR). Can you give me the sample code according to my com event? Thanks, Dudi