Click here to Skip to main content
15,915,093 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friend.
I have two case...
1st case.....
I have two c# windows based application in same machine.
from first application i am entring 3 textbox and click on button (to send message).
In Second application i need to receive that three text box value which i will show in label or any control.


2.case-- I need to send that info to another .net(C#) application which is in another matchine in LAN..

Please help how can i solve this issue..


Thanks in adv...
Shafiq
Posted

First case - you could use a public property.

Second case - you could use WCF.
 
Share this answer
 
v2
Comments
Ankur\m/ 5-Jul-10 6:02am    
[Moved from answer]:
Shafiq4Code wrote: Thanks, I dont know WCF. I will try with that...
I guess WCF is a good place to start, AFAIK, it can be configured to use inter process communications or to use methods that work over a network.
 
Share this answer
 
Comments
Ankur\m/ 5-Jul-10 6:03am    
[Moved from answer]:
Shafiq4Code wrote: Thanks, I dont know WCF. I will try with that...

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