• 大小: 172KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-12
  • 语言: C#
  • 标签: C#  项目实战  聊天工具  

资源简介

文件包含两个文件,分别是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个文件信息

评论

共有 条评论