查问进程之间的通讯
询问进程之间的通讯?
小弟在进行进程之间的通讯。
使用重写方法DefWndProc的方法。但是这个方法是重写 System.Windows.Forms.Form之中的方法。
但是我现在是继承了Window基类。不知道现在该怎么办?windows之中应该也有类似的方法吧?
------解决方案--------------------
搜一下很多资料的,百度经验上都有:
http://jingyan.baidu.com/article/aa6a2c142b15490d4d19c440.html
------解决方案--------------------
向WPF窗体发送windows message
[Stackoverflow] How to handle WndProc messages in WPF?
小弟在进行进程之间的通讯。
使用重写方法DefWndProc的方法。但是这个方法是重写 System.Windows.Forms.Form之中的方法。
但是我现在是继承了Window基类。不知道现在该怎么办?windows之中应该也有类似的方法吧?
------解决方案--------------------
搜一下很多资料的,百度经验上都有:
http://jingyan.baidu.com/article/aa6a2c142b15490d4d19c440.html
------解决方案--------------------
向WPF窗体发送windows message
[Stackoverflow] How to handle WndProc messages in WPF?