资源简介
用窗口通信完成的一个聊天通信程序C#,代码简介。适用于应用模块开发的参考
代码片段和文件信息
//======================================================================
// CeChat - A Windows CE communication demo
//
// Written for the book Programming Windows CE
// Copyright (C) 2003 Douglas Boling
//======================================================================
#include // For all that Windows stuff
#include // Command bar includes
#include “CeChat.h“ // Program-specific stuff
#if defined(WIN32_PLATFORM_PSPC)
#include // Add Pocket PC includes.
#pragma comment( lib “aygshell“ ) // link Pocket PC lib for menu bar.
#endif
//----------------------------------------------------------------------
// Global data
//
const TCHAR szAppName[] = TEXT (“RS232Test“);
HINSTANCE hInst; // Program instance hand
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 17726 2011-11-14 17:40 CeChat\CeChat.cpp
文件 3000 2002-11-10 15:25 CeChat\CeChat.h
文件 1422 1998-02-16 19:37 CeChat\CeChat.ICO
文件 1617 2011-11-14 09:37 CeChat\CeChat.rc
文件 5745664 2011-11-14 17:40 CeChat\CeChat\CeChat.ncb
文件 1361 2011-11-14 15:51 CeChat\CeChat\CeChat.sln
..A..H. 42496 2011-11-14 17:40 CeChat\CeChat\CeChat.suo
文件 4966 2011-11-14 11:04 CeChat\CeChat\CeChat\CeChat.vcproj
文件 1851 2011-11-14 17:40 CeChat\CeChat\CeChat\CeChat.vcproj.MICROSOF-79922D.Administrator.user
文件 6154 2011-11-14 17:39 CeChat\CeChat\CeChat\Mini6410-CE6-SDK (ARMV4I)\Debug\BuildLog.htm
文件 13312 2011-11-14 17:39 CeChat\CeChat\CeChat\Mini6410-CE6-SDK (ARMV4I)\Debug\CeChat.exe
文件 40441 2011-11-14 17:39 CeChat\CeChat\CeChat\Mini6410-CE6-SDK (ARMV4I)\Debug\CeChat.obj
文件 166912 2011-11-14 17:39 CeChat\CeChat\CeChat\Mini6410-CE6-SDK (ARMV4I)\Debug\CeChat.pdb
文件 2044 2011-11-14 17:03 CeChat\CeChat\CeChat\Mini6410-CE6-SDK (ARMV4I)\Debug\CeChat.res
文件 207872 2011-11-14 17:39 CeChat\CeChat\CeChat\Mini6410-CE6-SDK (ARMV4I)\Debug\vc80.idb
文件 94208 2011-11-14 17:39 CeChat\CeChat\CeChat\Mini6410-CE6-SDK (ARMV4I)\Debug\vc80.pdb
目录 0 2011-11-25 23:21 CeChat\CeChat\CeChat\Mini6410-CE6-SDK (ARMV4I)\Debug
目录 0 2011-11-25 23:21 CeChat\CeChat\CeChat\Mini6410-CE6-SDK (ARMV4I)
目录 0 2011-11-25 23:21 CeChat\CeChat\CeChat
目录 0 2011-11-25 23:21 CeChat\CeChat
目录 0 2011-11-25 23:21 CeChat
----------- --------- ---------- ----- ----
6351046 21
- 上一篇:C#绘图 GUI很强大
- 下一篇:Word精灵和E灵的破解源代码
相关资源
- 基于com串口的文件发送和接收
- c# WPF串口模拟自动生成数据
- 串口通信(serialport)
- 电子称重量读取1
- 串口通讯库雏形
- 分享串口通讯之被动接收且实时查找
- 串口升级工具源码(IAP)
- C# 串口控制(打开/关闭)
- SerialportSample(3)2008 c#串口通信
- serialport 一个比较完整串口通信程序
- SerialPort C#串口收发界面
- CSharp_Serial C#编写的串口通信程序
- VirtualSerialPortDriver 虚拟串口
- myShowData C#编写的数据显示程序
- myDataCollect C#编写的串口数据采集器
- Serialport 用VS2010编写的串口调试助手
- SerialPort 用C#编写的一个串口调试助手
- ChuanKouTest
- MODBUS C#串口通讯
- COMMonitor
- CSharp_serial 用C#编的串口调试助手
- Com 基于C#语言的一个串口通信上位机
- serials
- chuankoutongxin 完全实现多串口通信
- COMTools_v2.0 C# 串口调试助手源代码。检
- chuankouCSharp
- cSharpUART c#编写串口通讯代码 多线程实
- CSharp_Serial_Modbus C# 串口例子
- wpf-serial c# wpf串口通信软件
- serial 用C#编写的串口助手
评论
共有 条评论