Two WinForms Applications

I have two different programs C#, each of which contains a form application.

How can I run both of these 2 programs in one of them?

I added, using the existing version of the project, progr1 in program 2.
Now I want to run program2.
When program 2 starts and a form application pops up, I also want to activate (automatically) program 1 and the form application from this project so that it also appears.

I also want to have access to all methods from one program to another.

Thank you for your help.

+3
source share
4 answers

, Inter Process Communication. , , WCF, .

, . , , - , . .

+3
+1

, Program1, .

  • 1 DLL

  • Program1 DLL Program2 , .

.

0

All Articles