资源简介
文件包含两个文件,分别是ChatServer、ChatClient,为通信的客户机和服务器,实现网络协议的连接,界面的设计,聊天的通信细节,不错的实战实例
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ChatClient
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender EventArgs e)
{
this.Close();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 57344 2017-06-14 01:14 ChatClient\.vs\ChatClient\v14\.suo
文件 189 2017-06-13 23:10 ChatClient\ChatClient\App.config
文件 21504 2017-06-14 01:10 ChatClient\ChatClient\bin\Debug\ChatClient.exe
文件 189 2017-06-13 23:10 ChatClient\ChatClient\bin\Debug\ChatClient.exe.config
文件 52736 2017-06-14 01:10 ChatClient\ChatClient\bin\Debug\ChatClient.pdb
文件 22696 2017-06-14 01:14 ChatClient\ChatClient\bin\Debug\ChatClient.vshost.exe
文件 189 2017-06-13 23:10 ChatClient\ChatClient\bin\Debug\ChatClient.vshost.exe.config
文件 5703 2017-06-14 01:10 ChatClient\ChatClient\ChatClient.csproj
文件 1101 2017-06-14 00:28 ChatClient\ChatClient\Contorl\FileRecvContorl.cs
文件 2910 2017-06-14 00:28 ChatClient\ChatClient\Contorl\FileRecvContorl.Designer.cs
文件 5817 2017-06-14 00:28 ChatClient\ChatClient\Contorl\FileRecvContorl.resx
文件 1436 2017-06-14 01:10 ChatClient\ChatClient\Contorl\ImgContorl.cs
文件 4520 2017-06-14 01:10 ChatClient\ChatClient\Contorl\ImgContorl.Designer.cs
文件 5817 2017-06-14 01:10 ChatClient\ChatClient\Contorl\ImgContorl.resx
文件 833 2017-06-14 01:05 ChatClient\ChatClient\Contorl\MessageControl.cs
文件 3026 2017-06-14 01:05 ChatClient\ChatClient\Contorl\MessageControl.Designer.cs
文件 5817 2017-06-14 01:05 ChatClient\ChatClient\Contorl\MessageControl.resx
文件 506 2017-06-14 01:00 ChatClient\ChatClient\Form1.cs
文件 4012 2017-06-14 01:00 ChatClient\ChatClient\Form1.Designer.cs
文件 5817 2017-06-14 01:00 ChatClient\ChatClient\Form1.resx
文件 548 2017-06-14 01:10 ChatClient\ChatClient\ImageForm.cs
文件 2303 2017-06-14 01:10 ChatClient\ChatClient\ImageForm.Designer.cs
文件 5817 2017-06-14 01:10 ChatClient\ChatClient\ImageForm.resx
文件 6439 2017-06-14 01:00 ChatClient\ChatClient\MainForm.cs
文件 8601 2017-06-14 00:17 ChatClient\ChatClient\MainForm.Designer.cs
文件 6015 2017-06-14 00:17 ChatClient\ChatClient\MainForm.resx
文件 930 2017-06-14 01:14 ChatClient\ChatClient\obj\Debug\ChatClient.csproj.FileListAbsolute.txt
文件 1357 2017-06-14 01:10 ChatClient\ChatClient\obj\Debug\ChatClient.csproj.GenerateResource.Cache
文件 21504 2017-06-14 01:10 ChatClient\ChatClient\obj\Debug\ChatClient.exe
文件 180 2017-06-14 01:10 ChatClient\ChatClient\obj\Debug\ChatClient.FileRecvContorl.resources
............此处省略99个文件信息
相关资源
- C#网络应用编程第三版马骏主编上机练
- 基于C#的网吧计费系统Web+数据库
- web留言板报告C#
- C#全套教程.txt
- C#影院售票系统
- c# 排序算法诠释排序过程
- C#开发大全(基础卷+提高卷)源码
- c#对文件加密
- Asp.net 基础教程含视频+进阶视频
- 24路舵机控制板C#源码
- C#星星程序
- C#简易计算器.zip
- c#TCP与川崎机器人通信
- GPS卫星坐标计算C#
- C#道路放线计算程序
- C#卫星坐标计算程序
- c#实现halcon标定
- C#版支持高并发的HTTP服务器源码
- C#简单串口调试助手
- C# chart 波形动态显示 (示波器)
- winform练习一览
- C#学习-制作简易通讯录
- C#抽奖软件
- c#tcpClient发送和接收
- C#编写的简单web服务器(含源代码)
- C#数据统计图
- K-Means聚类算法C#实现
- 系统资源监视器图形化显示cpu利用率
- 三层架构(简单)
- 进制转换计算器VSC#编写,工程
评论
共有 条评论