Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi all,

I want to know how to exchange messages between two different applications in vb.net(VS2008).

Suppose I've two apps as app1.exe and app2.exe.
app1.exe is the main application. User gives some command at app1.exe and those commands are transferred to app2.exe for processing. After processing app2.exe will respond to app1.exe.

Suggest me how could I do this.

Thanks.

Gagan
Posted

This[^] could be one approach.

Mind you there are others as well.
 
Share this answer
 
Comments
Espen Harlinn 18-Mar-11 5:23am    
That's an option too, my 5
 
Share this answer
 
Comments
Espen Harlinn 18-Mar-11 5:23am    
Nice links, should provide OP with a way to solve his problem :)
Albin Abel 18-Mar-11 5:45am    
Thanks Espen Harlinn

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