Programmer 的進程 - 由 VB6 開始

Visual Basic 相關文件及程式庫 => Visual Basic.Net 範例及函式庫 => Topic started by: admin on October 10, 2010, 01:53:24 AM

Title: 執行緒或軟件之間進行內部通訊的方法
Post by: admin on October 10, 2010, 01:53:24 AM
Interprocess Communications (各種通訊方法的介紹)
http://msdn.microsoft.com/en-us/library/aa365574%28VS.85%29.aspx (http://msdn.microsoft.com/en-us/library/aa365574%28VS.85%29.aspx)

Simple Inter-Process Communication In VB.Net
http://anoriginalidea.wordpress.com/2007/08/09/simple-inter-process-communication-in-vbnet/ (http://anoriginalidea.wordpress.com/2007/08/09/simple-inter-process-communication-in-vbnet/)]

Asynchronous Named Pipes (Overlapped IO) with VB.NET
http://www.codeproject.com/KB/vb/AsyncNamedPipes.aspx (http://www.codeproject.com/KB/vb/AsyncNamedPipes.aspx)

VB.Net用WM_COPYDATA消息实现进程间传递数据
http://www.wewill.cn/n16837c8.aspx (http://www.wewill.cn/n16837c8.aspx)

Using Overloaded Win32 API functions to interact with other applications
http://vbcity.com/forums/p/103868/440422.aspx (http://vbcity.com/forums/p/103868/440422.aspx)