Answer the question
In order to leave comments, you need to log in
How can two Windows Form applications communicate with each other to pass data?
There are 2 applications:
1) A server application that receives requests from the site (clicking buttons on the site, etc.) and writing data to variables (or other information storage)
2) A client application that every second (by a timer) must check the value of that or another variable that has been changed in the server application
How can I pass a value from variables from the server application to the client application?
Answer the question
In order to leave comments, you need to log in
WCF Description
Inter-Process Networking
Not sure, but try searching:
Inter-Process Communication
Try like this. The client will pull the method once per second, you will deserialize the response into a POCO object.
How to implement application control on Windows using Android?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question