Author Topic: 執行緒或軟件之間進行內部通訊的方法  (Read 4833 times)

admin

  • Administrator
  • *****
  • Posts: 0
    • View Profile
執行緒或軟件之間進行內部通訊的方法
« on: October 10, 2010, 01:53:24 AM »
Interprocess Communications (各種通訊方法的介紹)
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/]

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

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

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

« Last Edit: October 10, 2010, 02:35:20 AM by Roy Chan »