How to communicate between two window forms, each has its own project, so forms not running under same process.
send and receive string value, .net 2
Thank you for the input.
using Interprocess Communication using Named Pipes sample: http://www.switchonthecode.com/tutorials/interprocess-communication-using-named-pipes-in-csharp
using .NET Remoting sample: http://www.codeproject.com/KB/IP/Net_Remoting.aspx