C#源码 进程间通讯

返回
开发语言:C#
实例大小:101.02K
发布日期:2023-09-28
浏览次数:141
实例介绍
【资源树视图】
    【实例简介】c#进程间通讯的源代码(c#2005),使用api中的PostMessage发送消息

    【实例截图】

    from clipboard

    from clipboard

    from clipboard

    from clipboard

    【核心代码】

    .
    ├── c#进程间通讯
    │   ├── PostMessage发送整型消息成功!.txt
    │   ├── ProcessReceive
    │   │   ├── ProcessReceive
    │   │   │   ├── Form1.Designer.cs
    │   │   │   ├── Form1.cs
    │   │   │   ├── Form1.resx
    │   │   │   ├── ProcessReceive.csproj
    │   │   │   ├── Program.cs
    │   │   │   ├── Properties
    │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   ├── Resources.Designer.cs
    │   │   │   │   ├── Resources.resx
    │   │   │   │   ├── Settings.Designer.cs
    │   │   │   │   └── Settings.settings
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── ProcessReceive.exe
    │   │   │   │       ├── ProcessReceive.pdb
    │   │   │   │       └── ProcessReceive.vshost.exe
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── ProcessReceive.Form1.resources
    │   │   │       │   ├── ProcessReceive.Properties.Resources.resources
    │   │   │       │   ├── ProcessReceive.csproj.GenerateResource.Cache
    │   │   │       │   ├── ProcessReceive.exe
    │   │   │       │   ├── ProcessReceive.pdb
    │   │   │       │   └── TempPE
    │   │   │       └── ProcessReceive.csproj.FileList.txt
    │   │   ├── ProcessReceive.sln
    │   │   ├── ProcessReceive.suo
    │   │   └── Run.jpg
    │   └── ProcessSend
    │       ├── Err-1.jpg
    │       ├── ProcessSend
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.cs
    │       │   ├── Form1.resx
    │       │   ├── ProcessSend.csproj
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── ProcessSend.exe
    │       │   │       ├── ProcessSend.pdb
    │       │   │       └── ProcessSend.vshost.exe
    │       │   ├── clsControl.cs
    │       │   └── obj
    │       │       ├── Debug
    │       │       │   ├── ProcessSend.Form1.resources
    │       │       │   ├── ProcessSend.Properties.Resources.resources
    │       │       │   ├── ProcessSend.csproj.GenerateResource.Cache
    │       │       │   ├── ProcessSend.exe
    │       │       │   ├── ProcessSend.pdb
    │       │       │   └── TempPE
    │       │       └── ProcessSend.csproj.FileList.txt
    │       ├── ProcessSend.sln
    │       ├── ProcessSend.suo
    │       └── Run.jpg
    └── IT宝库_c#进程间通讯.rar

    17 directories, 48 files


    本文地址:https://www.itbaoku.cn/example/acd000d194a24a1c8bb1b16cc2aef40e.html

    查看更多
    实例下载

    C#源码 进程间通讯

    转到下载页面

    相关编程实例