• 大小: 3.07M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: QQ  聊天  源码  

资源简介

用图片素材自制的漂亮皮肤,编写的类似QQ的聊天工具。完成了QQ的及时聊天的功能。数据库文件在DB_51aspx文件夹下用高于sqlserver2000版本的数据库管理器附加即可。程序用vs2005或较高的版本调试。
调试代码前修改DbHelpClass.cs中的string Str = "server=.\\服务器;uid=sa;pwd=密码;database=MyQQ";数据库的名称不用改变附加数据库文件后名称自动附加为MyQQ。修改app.config配置文件中数据库链接字符串。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Drawing.Imaging;
using System.Net;
using System.Net.Sockets;
using System.Threading;
//下载源码到51aspx
namespace MyQQ
{

    //Socket tmpClient = null;
    public partial class CameraForm : Form
    {
        private int hHwnd;
        private const int port = 2000;
        public CameraForm()
        {
            InitializeComponent();
        }
        public struct videohdr_tag
        {
            public byte[] lpData;
            public int dwBufferLength;
            public int dwBytesUsed;
            public int dwTimeCaptured;
            pu

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        402  2009-02-11 09:44  MyQQ\app.config

     文件      40960  2007-09-14 15:51  MyQQ\bin\Debug\SideBar.dll

     文件       9156  2007-06-19 19:00  MyQQ\bin\Debug\sound\folder.wav

     文件       9220  2007-06-19 19:00  MyQQ\bin\Debug\sound\msg.wav

     文件       6947  2007-06-19 19:00  MyQQ\bin\Debug\sound\system.wav

     文件       6621  2011-03-15 15:24  MyQQ\CameraForm.cs

     文件       6293  2009-05-26 18:12  MyQQ\CameraForm.Designer.cs

     文件      95537  2009-03-19 11:07  MyQQ\CameraForm.resx

     文件       1014  2011-03-15 15:25  MyQQ\CheckForm.cs

     文件       4833  2009-05-26 18:12  MyQQ\CheckForm.Designer.cs

     文件      89165  2009-02-20 10:01  MyQQ\CheckForm.resx

     文件       2588  2011-03-15 15:27  MyQQ\DbHelpClass.cs

     文件    3145728  2011-03-15 15:47  MyQQ\DB_51aspx\MyQQ.mdf

     文件    1048576  2011-03-15 15:47  MyQQ\DB_51aspx\MyQQ_log.ldf

     文件       2479  2011-03-15 15:27  MyQQ\ImageForm.cs

     文件      16807  2009-02-20 10:07  MyQQ\ImageForm.Designer.cs

     文件     615077  2009-02-20 10:07  MyQQ\ImageForm.resx

     文件       2435  2011-03-15 15:27  MyQQ\LoginForm.cs

     文件       7187  2009-05-26 18:12  MyQQ\LoginForm.Designer.cs

     文件      76726  2009-02-20 10:07  MyQQ\LoginForm.resx

     文件       3910  2011-03-15 15:27  MyQQ\MessageForm.cs

     文件      12231  2009-05-26 18:12  MyQQ\MessageForm.Designer.cs

     文件     110720  2009-02-23 11:17  MyQQ\MessageForm.resx

     文件       7286  2009-02-20 11:10  MyQQ\MyQQ.csproj

     文件        249  2009-02-11 11:09  MyQQ\MyQQ.csproj.user

     文件     438098  2009-05-26 18:12  MyQQ\MyQQDataSet.Designer.cs

     文件        381  2009-02-11 12:21  MyQQ\MyQQDataSet.xsc

     文件     132570  2009-02-11 12:21  MyQQ\MyQQDataSet.xsd

     文件       6264  2009-02-11 12:21  MyQQ\MyQQDataSet.xss

     文件        468  2009-03-20 14:47  MyQQ\Program.cs

............此处省略285个文件信息

评论

共有 条评论