I have two windows applications in the same solution, in different projects. How do I start one from the other? Is it a matter of supplying the expected build path .exe to somewhere, or is there an alternative?
I have two windows applications in the same solution, in different projects. How do
Share
Call the
Process.Start(), passing the full path of the executable and you should be fine.http://msdn.microsoft.com/en-us/library/system.diagnostics.process.start.aspx