i'm trying to write a windows service firing custom events sending Specific strings. These strings should update a monitoring form (different app). While debugging, i notited that the external app isn't subscribed for receiving those events. I searched the internet but don't know where to start. All articles I found with this kind of problems are looking slightly different.
In Short:
App1 is a windows service firing events
App2 is a windows form that should receive these events and display received messages.
Where do I start