资源简介
c#进程之间通信,c#exe 之间发消息,c#exe 相互通信 vs2005 编写的 接收 发送都有
原理:根据窗口名称找到 窗口的句柄,然后给窗口 SendMessage
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
namespace WindowsFormGetMsg
{
public partial class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.ComponentModel.Container components = null;
const int WM_COPYDATA = 0x004A;
public Form1()
{
InitializeComponent();
}
protected override void Dispose(bool disposing)
{
if (disposing)
{
if (components != null)
{
components.Dispose();
}
}
base.Dispo
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5632 2005-12-08 14:51 Projects\recive\recive\bin\Debug\recive.vshost.exe
文件 20480 2012-05-12 23:22 Projects\recive\recive\bin\Release\recive.exe
文件 17920 2012-05-12 23:22 Projects\recive\recive\bin\Release\recive.pdb
文件 2570 2012-05-12 23:22 Projects\recive\recive\Form1.cs
文件 5 2012-05-12 23:11 Projects\recive\recive\Form1.Designer.cs
文件 5814 2012-05-12 23:11 Projects\recive\recive\Form1.resx
文件 496 2012-05-12 23:22 Projects\recive\recive\obj\recive.csproj.FileListAbsolute.txt
文件 842 2012-05-12 23:22 Projects\recive\recive\obj\Release\recive.csproj.GenerateResource.Cache
文件 20480 2012-05-12 23:22 Projects\recive\recive\obj\Release\recive.exe
文件 17920 2012-05-12 23:22 Projects\recive\recive\obj\Release\recive.pdb
文件 180 2012-05-12 23:22 Projects\recive\recive\obj\Release\recive.Properties.Resources.resources
文件 180 2012-05-12 23:22 Projects\recive\recive\obj\Release\WindowsFormGetMsg.Form1.resources
文件 1184 2012-05-12 23:02 Projects\recive\recive\Properties\AssemblyInfo.cs
文件 2868 2012-05-12 23:02 Projects\recive\recive\Properties\Resources.Designer.cs
文件 5612 2012-05-12 23:02 Projects\recive\recive\Properties\Resources.resx
文件 1091 2012-05-12 23:02 Projects\recive\recive\Properties\Settings.Designer.cs
文件 249 2012-05-12 23:02 Projects\recive\recive\Properties\Settings.settings
文件 3181 2012-05-12 23:07 Projects\recive\recive\recive.csproj
文件 907 2012-05-12 23:07 Projects\recive\recive.sln
..A..H. 12800 2012-05-12 23:31 Projects\recive\recive.suo
文件 20480 2012-05-12 23:14 Projects\send\send\bin\Debug\send.exe
文件 22016 2012-05-12 23:14 Projects\send\send\bin\Debug\send.pdb
文件 5632 2005-12-08 14:51 Projects\send\send\bin\Debug\send.vshost.exe
文件 20480 2012-05-12 23:27 Projects\send\send\bin\Release\send.exe
文件 17920 2012-05-12 23:27 Projects\send\send\bin\Release\send.pdb
文件 3668 2012-05-12 23:25 Projects\send\send\Form1.cs
文件 3 2012-05-12 23:07 Projects\send\send\Form1.Designer.cs
文件 5814 2012-05-12 23:04 Projects\send\send\Form1.resx
文件 842 2012-05-12 23:08 Projects\send\send\obj\Debug\send.csproj.GenerateResource.Cache
文件 20480 2012-05-12 23:14 Projects\send\send\obj\Debug\send.exe
............此处省略43个文件信息
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- wince引脚控制程序
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- Syndication实现读取、创建、订阅、更新
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- httpclient source code by csharp
- 动态抓取IPC#实现
- NServiceKit.Redis 基础操作
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- Socke传输 (wince6.0系统)
- UDP Messenger 1.0.unitypackage
- asp.net 网页静态化组件(shipingx-Stati
- SocketAsyncEventArgs完成断开编程
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 猜数小游戏WCF网络编程技术(附服务
- 《C#版Ftp软件源码》
- 基于com串口的文件发送和接收
评论
共有 条评论