On Wed, Apr 8, 2009 at 2:48 AM, velsankar <[email protected]> wrote: > > Hi, > > I am trying to communicate between two c# .net win applications > without i/o operations. Anyone has idea how to pass values between > two .net applications (not forms). > > Some of the purposes are to close the applciations (not killing the > applications), serial port sharing between applications, sharing mutex > applications... > > Many Thanks in Advance. > > With Best Regards, > Velsankar
How can two processes communicate with no I/O involved? Did the .Net library get some psychic abilities in the latest version? Try Google: http://www.google.com/search?q=c%23+process+communication Jim
