can i trigger an event to C# app in a C++ Win32 DLL ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
i m writting a C++ Win32 DLL which is called by a C# application. i want the DLL can trigger an event to the Calling C# app after some operations which might like the Win MSG mechanism: The DLL send a message to the C# app and the C# app handle the msg. the C# use the EventHandle/EventArgs on this issue. But can i trigger an event to C# app in a C++ Win32 DLL ? please help me.