A
A
Andrew2015-08-01 21:02:45
WPF
Andrew, 2015-08-01 21:02:45

A program to set up another program?

There are two WPF projects, is it possible to make it possible to configure the second from the first project. That is, two separate programs, one of which configures the other.
For example changes the background of a form.
Is this possible to implement?
Can I have an example?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stanislav Makarov, 2015-08-01
@Kaspel

Pipes , Sockets - we take, we listen with one program, we send messages with another. In principle, WCF is also possible, even better, but you need to be ready to understand its model and ideas. In general, look for C# IPC or Windows IPC, there are plenty of options.

V
Vladimir Martyanov, 2015-08-02
@vilgeforce

INI files, json, registry - one reads, the second changes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question