Driving a C# application using an unmanaged MFC application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?TWFyZWs=?=

    Driving a C# application using an unmanaged MFC application

    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
Working...