i have two running processes, proc1 and proc2. i need proc1 to send a string to running proc2 to func
useStr(string s)
how can i do it? can someone give me code exmple that I can use to do it?
Thanks.
i have two running processes, proc1 and proc2. i need proc1 to send a string to running proc2 to func
useStr(string s)
how can i do it? can someone give me code exmple that I can use to do it?
Thanks.
You need to create remotable object and pass or fetch current state or vales from this object. this object should be serializable ofcourse.
You can use windows service to achieve this. Here are some of the references which points to same direction or can be considered as othere options.
http://msdn.microsoft.com/en-IN/library/aa720494(v=vs.71).aspx http://www.codeproject.com/Articles/4245/DevGlobalCache-A-way-to-Cache-and-Share-data-betwe