Click here to Skip to main content
15,903,856 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

ok...i will explain..
i have a textbox in my application in one system.

another textbox in aother application another system.so the textbox entered values pass from one system to another system.in c# windows application.


please any1 help me on this.
Posted
Updated 8-Aug-12 18:45pm
v2
Comments
Kenneth Haugland 9-Aug-12 0:44am    
String works pretty well I think.... ;)
dan!sh 9-Aug-12 1:05am    
Without knowing how the two systems are related it not going to be easy to answer. Can you explain a bit about two systems?

Hi,

You have not given more information about your two system,

1) If both system are running at the same time ?
2) Is both system dependent ?
3) Are you calling System2 from System1 ? and more question,

Anyway,

My quick answer is, you can store your desired value in some temporary text file/XML files. There are possibility of consistency. But it again depend upon when and how you are using this values.

Hope this answer helps you,

Thanks
-Amit Gajjar.
 
Share this answer
 
Hi,
Try Serialization example links.

http://www.switchonthecode.com/tutorials/csharp-tutorial-xml-serialization[^]

.NET XML and SOAP Serialization Samples, Tips[^]

Above is a very simple way to get this done.
 
Share this answer
 
If this is related to starting another program you can also send the information like an argument.
http://msdn.microsoft.com/en-us/library/aa970914%28v=vs.85%29.aspx[^]

How to start an exe file with args:
http://social.msdn.microsoft.com/Forums/fi-FI/csharpgeneral/thread/021a0981-b320-405b-897e-00351e1be05f[^]
 
Share this answer
 

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