Hi
We have a C# application that we need to "drive" using an MFC application.
The kinds of things we need to do are to instantiate the C# application and
tell it to load a certain file and then take certain actions. It would also
be good if the C# application could somehow post/fire messages/events back to
the MFC application. I know that a lot of this kind of thing can be done
using StartProcess, SendKeys etc. nad that COM might be an option, but I
wanted some feedback as to the best way of tackling this problem.
Best regards
Marek
We have a C# application that we need to "drive" using an MFC application.
The kinds of things we need to do are to instantiate the C# application and
tell it to load a certain file and then take certain actions. It would also
be good if the C# application could somehow post/fire messages/events back to
the MFC application. I know that a lot of this kind of thing can be done
using StartProcess, SendKeys etc. nad that COM might be an option, but I
wanted some feedback as to the best way of tackling this problem.
Best regards
Marek