Event Handling for MFC Dialog
- by Maksud
This is my second question of the day, pardon me.
I am writing a wrapper library to communicate with a scanner device. The source code was in C++ MFC. I am converting it to a plain Dll which will be invoked from C#. So, I am using DllImport in C# to call the wrapper library.
Now I am provided with MFC code and the library is a ActiveX Object, at…