在Wince/WM实现进程间通信
摘要:
本文来自http://blog.csdn.net/hellogv/ ,引用必须注明出处! 最近在做WM上的进程间通信,使用WindowMessage实现两个进程间的通信,感觉MessageWindow不太好用,所以就用别的方法实现接收WindowsMessage。本文的代码大部分来自网络,东凑西凑才拼成本文。先来封装一下需要使用的功能,命名为Cls_Message:using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using Microsof. 阅读全文
posted @ 2009-12-18 09:08 android开发 阅读(165) 评论(0) 推荐(0)
浙公网安备 33010602011771号