A
A
andrey_levushkin2020-03-03 00:32:09
Windows Forms
andrey_levushkin, 2020-03-03 00:32:09

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

3 answer(s)
S
Sergey Karbivnichy, 2020-03-03
@andrey_levushkin

WCF Description
Inter-Process Networking
Not sure, but try searching:

Inter-Process Communication

V
Vladimir Korotenko, 2020-03-03
@firedragon

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?

B
BasiC2k, 2020-03-03
@BasiC2k

There was already such a question here.
My answer: pipe
There were other options.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question