Registering for .NET events in MFC C++ (How)

G

Guest

Folks,

I have a C# .NET Assembly that is called from an MFC C++ application. The
assembly is marked as COM visible so I'm accessing the assembly from MFC C++
via COM. Everything works great but here is my question:

I need to create an event in the .NET Assembly and have the MFC C++
application register for this event and handle the event.

Can anyone provide an example or a link for doing this? Any help would be
appreciated.

Thanks in advance,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top