• 大小: 1.13MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: C#
  • 标签: 串口  

资源简介

用窗口通信完成的一个聊天通信程序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


评论

共有 条评论