Click here to Skip to main content
15,888,170 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

I have an application (CustomerUI) and another (VendorUI) and a class library (DemoLib)

In (VendorUI) a button that simulates adding a new product fires an event in the (DemoLib) that the (CustomerUI) is listening and should notify the user.

The program is fine as long as it is in the same solution but when I separated them into different solutions its not working.

Until I learned that events will not work for different process and need some sort of intercommunication.

So I have been trying to find some topics and tutorials on IPC to communicate processes together in C# but I really can't understand them.

I don't know if I am jumping topics that I should know before learning IPC or not ? I mean this thing is new to me so can someone point me in a right direction ?

Thanks

What I have tried:

Can't find a tutorial or topic
Posted
Updated 3-Dec-20 5:37am

1 solution

There are several articles here on CodeProject on the topic of IPC / Inter-process Communication.

Start here ..Search[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900