本文介绍了如何在两个进程之间发送消息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在我的VC ++代码中,
两个进程之间的SendMessage()是否可能不使用共享内存或套接字?
例如,
A.exe向正在运行背景的B.exe发送消息。
提前谢谢。
我尝试过:
此程序浪费超过2天....
In my VC++ code,
Is it possible SendMessage() between two processes not using shared memory or socket?
For example,
A.exe send a message to B.exe which is running background.
Thank you in advance.
What I have tried:
More than 2 days wasted for this program....
推荐答案
这篇关于如何在两个进程之间发送消息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!