句柄-进程通信-windows消息机制-看门狗

时间:2023-04-06 06:14:37
【文件属性】:

文件名称:句柄-进程通信-windows消息机制-看门狗

文件大小:383KB

文件格式:ZIP

更新时间:2023-04-06 06:14:37

C#句柄 进程通信 Windows消息机制 WPF 看门狗

跨进程通信,利用句柄,可以用来理解windows消息机制,两个程序间通信,高效通信。功能是将程序1TextBox1.Text传递给程序2的label。程序2的TextBox1.Text传递给程序1的lable. 不在需要内存共享等。可以用来做看门狗等


【文件预览】:
WindowsFormsApp1
----Form1.cs(2KB)
----bin()
--------Debug()
----.vs()
--------WindowsFormsApp1()
----obj()
--------Debug()
----Properties()
--------Resources.Designer.cs(3KB)
--------Settings.settings(249B)
--------Resources.resx(5KB)
--------Settings.Designer.cs(1KB)
--------AssemblyInfo.cs(1KB)
----Program.cs(528B)
----Form1.Designer.cs(3KB)
----App.config(189B)
----Form1.resx(6KB)
----WindowsFormsApp1.csproj(4KB)
WindowsFormsApp2
----Form1.cs(2KB)
----bin()
--------Debug()
----.vs()
--------WindowsFormsApp2()
----obj()
--------Debug()
----Properties()
--------Resources.Designer.cs(3KB)
--------Settings.settings(249B)
--------Resources.resx(5KB)
--------Settings.Designer.cs(1KB)
--------AssemblyInfo.cs(1KB)
----Program.cs(528B)
----Form1.Designer.cs(3KB)
----App.config(189B)
----Form1.resx(6KB)
----WindowsFormsApp2.csproj(4KB)

网友评论