Re: run project from another
found it.
you can right click on each app in the solution explorer and go to debug -> start new instance
you can do this for each app and it will run them both
Re: run project from another
I found an easier way (since the way in the above post gets annoying after many stop/restarts) OHHH HOW I LONG FOR EDIT AND CONTINUE IN 05!!!!
anyways... you can go into the solution properties, and under Common Properties -> Startup Project, you can opt to have multiple startup projects just set whatever apps you want to startup in there... but they HAVE to be part of the current solution for them to show up. (this is great for client server apps)
Re: run project from another
Is it possible to make one project appear as a MDI child form ?