Click here to Skip to main content
16,012,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi again. My Problem:

1) Project1 is the Main program. I need Project2 and Project3 to start before Project1 starts. Project2 and Project3 is going to work as help to Project1. How do I do that?

2) I want Project1 and Project2 to swap data, back and forth through Project3, witch has methods mad for the event. How do I get Project1 and Project2 to use Project3 to do that?

Solution
Project1 (is window application with a Main. Set as startup project)
Project2 (is console application with a start class)
Project3 (is console application with a start class)

Best to you all.
Posted

1 solution

You could make Project3 start one or both of the other apps if they're not already running, and THEN run its own main form...


 
Share this answer
 
v2
Comments
pluss400 18-Dec-10 4:07am    
Thats not posible. It has to bee in the announced order. But howe do I do this, irrespectively order?
A snippet maybe?
Ex Do I have to make Methods static in one Project, that shall be seen in other Projects
Best

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900