P
Paranthaman M
Hello..
Can anyone tell me how to achieve the communication between COM object that
has callbacks and events and the C# object in .NET Compact framework 1.1 ?
Using P/Invoke, communication between managed and unmanaged code can be
achieved. (i.e, a call to the COM method can be made through win32 wrapper
DLL). But when the COM object has Connection points through which it
generates events and offers callback interfaces, how can the managed code
write sinks or event handlers for the COM events. How will the managed code
handle the callback interface ? In other words, is it possible to use the
message window class for this purpose and if so how ?
Regards,
Param.
Can anyone tell me how to achieve the communication between COM object that
has callbacks and events and the C# object in .NET Compact framework 1.1 ?
Using P/Invoke, communication between managed and unmanaged code can be
achieved. (i.e, a call to the COM method can be made through win32 wrapper
DLL). But when the COM object has Connection points through which it
generates events and offers callback interfaces, how can the managed code
write sinks or event handlers for the COM events. How will the managed code
handle the callback interface ? In other words, is it possible to use the
message window class for this purpose and if so how ?
Regards,
Param.