Jul 12, 2007 #1 Rmck87 Programmer Jul 14, 2003 182 US I'm trying to run another application(app1) I have written from inside app2. how do I do that using MFC in C++??? One Ring to Rule Them All, One Ring to Find Them, One Ring to Bring Them All, and in the Darkness Bind Them.
I'm trying to run another application(app1) I have written from inside app2. how do I do that using MFC in C++??? One Ring to Rule Them All, One Ring to Find Them, One Ring to Bring Them All, and in the Darkness Bind Them.
Jul 16, 2007 #2 HyperEngineer Programmer May 8, 2002 190 US I'm not sure exactly what you are trying to do, but did you look at CreateProcess()? HyperEngineer If it ain't broke, it probably needs improvement. Upvote 0 Downvote
I'm not sure exactly what you are trying to do, but did you look at CreateProcess()? HyperEngineer If it ain't broke, it probably needs improvement.
Jul 19, 2007 Thread starter #3 Rmck87 Programmer Jul 14, 2003 182 US Thanks, that worked! One Ring to Rule Them All, One Ring to Find Them, One Ring to Bring Them All, and in the Darkness Bind Them. Upvote 0 Downvote
Thanks, that worked! One Ring to Rule Them All, One Ring to Find Them, One Ring to Bring Them All, and in the Darkness Bind Them.