Results 1 to 4 of 4

Thread: run project from another

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Resolved run project from another

    I am working on a solution that has 2 seperate exes in it. The main one, and then a secondary, and they communicate.

    I am looking for the way that you run both at the same time. They are both open in the same instance of the IDE because like I said they are both part of a single sln file.

  2. #2

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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

  3. #3

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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)

  4. #4
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    Re: run project from another

    Is it possible to make one project appear as a MDI child form ?
    If you find my thread helpful, please remember to rate me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width