本文介绍了两个不同应用程序之间的进程间通信.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我想知道如何在vb.net(VS2008)中的两个不同应用程序之间交换消息.
假设我有两个应用程序,分别为app1.exe和app2.exe.
app1.exe是主要应用程序.用户在app1.exe处给出一些命令,这些命令将传输到app2.exe进行处理.处理完app2.exe后将响应app1.exe.
建议我该怎么做.
谢谢.
Gagan
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
推荐答案
这篇关于两个不同应用程序之间的进程间通信.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!