Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am having two EXE files say EXE1 and EXE2.

My problem is that while both EXE's when I click a button in EXE1 I need to pass some datas from EXE1 to EXE2.

I want a solution with example.

I am asking about transfering when both process are running.
Posted
Comments
[no name] 12-Aug-14 7:44am    
Sure, google for IPC examples there are tons of them out there.

1 solution

You can help yourself quite easily by Googling for "C# Interprocess Communication example".
 
Share this answer
 
Comments
KUMAR619 12-Aug-14 9:46am    
Sir I am using .NET 2.0 version.
My question is that both EXE's are running simultaneously.
If I click a button in EXE1 a string should pass to EXE2 which should be waiting for the signal
from EXE1. Please help me how to make EXE2 wait for a signal to receive from EXE1
Dave Kreskowiak 12-Aug-14 9:53am    
I already told you what to do. I'm not "whipping up" an example just for you when there are a ton of them out on the web already. I've got my own code that I get paid to write.

Google for "C# Interprocess Communication" and start reading.

KUMAR619 12-Aug-14 9:54am    
Thanks Sir

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900