hi
i want to be able to have two applications in c# visual studio.net 2008 to be able to communicate with each other by passing parameters.
for example; Appli1.exe is a form with 4 buttons
Appli2.exe should be executed when a particular button is pressed in Appli1.exe, but it should know which button has been pressed,
therefore i want to make a call to second application, such as:
Appli2.exe(butt on number) if i were to put it crudely!
i have done something like this in c++ within QNX enviroment, but havent a clue of how to do it in c#...
i want to be able to have two applications in c# visual studio.net 2008 to be able to communicate with each other by passing parameters.
for example; Appli1.exe is a form with 4 buttons
Appli2.exe should be executed when a particular button is pressed in Appli1.exe, but it should know which button has been pressed,
therefore i want to make a call to second application, such as:
Appli2.exe(butt on number) if i were to put it crudely!
i have done something like this in c++ within QNX enviroment, but havent a clue of how to do it in c#...
Comment