wallaceoc80
Programmer
Hi, I have a question about starting a C# .Net application from another app that is written primarily in C++.
I basically want to add a menu option to the parent (C++) app so that when the user selects this menu option it fires and event that will open the .Net application.
Some other things I want to control are things like - I only want one instance of the child (.Net) application running at a time.
Any suggestions or help would be appreciated.
Regards,
Wallace
I basically want to add a menu option to the parent (C++) app so that when the user selects this menu option it fires and event that will open the .Net application.
Some other things I want to control are things like - I only want one instance of the child (.Net) application running at a time.
Any suggestions or help would be appreciated.
Regards,
Wallace