Hi there,

I've wrote a MFC DLL Extension , one of classes inside the dll should fire messages to the application ( main window or where ever user wants ).

I want to use the dll in a c++ .net application ...

is there any way to use .net event handlers feature ( nice += ) to catch the messages that sent from mfc dll ?

how can i do that ?


Regards,
Hadi