Launch a C# Application from C++ and performing a task on that application
问题 I have read this and achieved the opening of my C# application. My C# application opens a folder and draws a graph. Is it possible for me to tell my C# application which folder to open from C++ and then once the graph is seen and the C# program is closed, it returns back to the C++ app. Edit: Thanks Matthew I got it working. Another query in relation to my CreateProcess lpCommandLine variable: (Below is the code) CString sFolderPath = "C:\Documents and Settings\..."; int nStrBuffer =