I'm looking for an example code written in C# how do I the communication of my application with another application using. I have an another application that have an ComboBox. I want set the value of this Combobox from my application, using C# code.
feedback
|
|
you can use a number of technologies.... none are super simple.
| |||||||
feedback
|
|
In your case, there are two ways:
| |||
feedback
|
|
You need to learn and use Windows Communication Foundation. Have a look at MSDN article - What Is Windows Communication Foundation? | |||
|
feedback
|
|
Some code samples can be found here: http://1code.codeplex.com/wikipage?title=IRPC | |||
|
feedback
|