This question will be very vague since I have no idea where to begin. I've searched, but the examples are composed of projects that are much more complex than what I need.
We have two Windows Forms: FormWriter
and FormReader
. FormWriter
needs to set the text of TextBox
in `FormReader'.
At one point someone suggested WCF. This way, FormWriter
can send FormReader
a message with the string for the TextBox
.
Does anyone have a link that can point me to a link that's related to this issue? What I've found is much more complex than what I'm looking for. I understand that one form would be the server while the other are the clients.
The biggest obstacle is that each form will be running on a different devices at different locations.
Thanks.