I have a Window Form application in C# and another console application which doing some background work.
I run the console application from window form as a process. I want to send some events from console to window form application to be updated what is going on in a console application
Is there any way to achieve this?