Hallo to all.
I have two separate wpf projects A and B. Each one of these is a complete project with Windows and different threads. Now i want to start B from project A with a buttonclick. So far so good.
What i want to achieve is for A to fire an event with its generated, this is a continous process. As soon as B start it should subscribe to this event so it can handle the data.
What is the best way to accomplish this? Does anybody have some simple samples? I have been looking into WCF but its complicated and i still dont have a clue as how to even use it. I am only known with C# and WPF.
Jc