Hi,
I have an mfc application and it is a simple dialog box that takes in user input and stores that information as separate variables.
I also have a separate console based application (both applications created in visual studio 2010), and once the user presses "okay" on the dialog box, the console based application should pop up, with information on it that depends on the user's
input from the dialog box. I have read that I can use createprocess, and I'd assume this would go in my "OnClickOk" action handler, but I'm still not sure how to do this. Any example code would
be greatly appreciated, I also attached the .cpp file of my dialogbox. Thanks!
↧
How to have a console based application run after clicking "okay" on mfc gui using visual c++ 2010?
↧