Solution with Multiple projects -startup and shutdown

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a solution that contains three projects. Using the Property page,
Startup Project I've defined which projects to start and the order. When
running, each project presents a form or a task bar icon. Currently, when I
exit any of the projects the other projects are shutdown. I would like to be
able to exit any one of the other projects without the other projects being
effected. How do I do this?
 
I guess you must use multiple solutions... Or use must create another
application that starts the others (like a menu). With that, you can exit one
(only not the menu) without affecting the others...

Hope that helps.
 
Back
Top