• 大小: 12.42MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-28
  • 语言: C#
  • 标签: QQ  即时通讯  GG2014  

资源简介

使用C#开发,可以在广域网部署的高仿QQ2013的即时通讯系统GG2014的源码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using CCWin;
using CCWin.Win32;
using CCWin.Win32.Const;
using System.Diagnostics;
using GG.Core;
using System.Configuration;
using ESPlus.Rapid;

namespace GG
{
    public partial class AddFriendForm : CCSkinMain
    {
        private int headImageIndex = 0;
        private IRapidPassiveEngine rapidPassiveEngine;

        public AddFriendForm(IRapidPassiveEngine engine)
        {
            InitializeComponent();
            this.rapidPassiveEngine = engine;
        }

        #region FriendID
        private string friendID = ““;
        public string FriendID
        {
            get
            {
                return this.friendID;
            }
        } 
        #endregion        

        private void skinButton1_Click(object sender EventArgs e)
        {
            this.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.Close();
        }

        private void btnClose_Click(object sender EventArgs e)
        {
            this.friendID = this.skinTextBox_id.SkinTxt.Text.Trim();
            if (this.friendID.Length == 0)
            {
                MessageBox.Show(“帐号不能为空!“);
                return;
            }

            try
            {
                byte[] bRes = this.rapidPassiveEngine.CustomizeOutter.Query(InformationTypes.AddFriend System.Text.Encoding.UTF8.GetBytes(this.friendID));
                AddFriendResult res = (AddFriendResult)BitConverter.ToInt32(bRes0);
                if (res == AddFriendResult.FriendNotExist)
                {
                    MessageBox.Show(“帐号不存在!“);
                    return;
                }

                this.DialogResult = System.Windows.Forms.DialogResult.OK;
            }
            catch (Exception ee)
            {
                MessageBox.Show(“添加好友失败!“ + ee.Message);
            }
        }      
         
    }
}

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

     文件      94208  2012-09-27 17:46  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\AudioEngineCore.dll

     文件     118784  2011-03-18 10:59  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\dxbase.dll

     文件     385024  2013-11-11 14:48  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\ESBasic.dll

     文件     197708  2013-11-11 14:48  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\ESBasic.xml

     文件     446464  2014-05-15 17:21  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\ESframework.dll

     文件     319309  2014-05-15 17:20  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\ESframework.xml

     文件      76800  2013-07-29 16:51  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\ImageCapturerLib.dll

     文件     750080  2014-04-15 10:06  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\OMCS.dll

     文件     643504  2014-04-15 10:00  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\OMCS.xml

     文件     191488  2013-08-12 16:15  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\Paintframework.dll

     文件    1317888  2013-09-03 22:55  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\SkinForm.dll

     文件     645632  2011-07-01 14:57  可以在广域网部署的高仿QQ2013的即时通讯系统GG\Dlls\VideoEngineCore.dll

     文件       2136  2014-04-11 11:35  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\AddFriendForm.cs

     文件      10043  2014-04-10 17:19  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\AddFriendForm.Designer.cs

     文件      56663  2014-04-10 17:19  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\AddFriendForm.resx

     文件       4286  2013-08-07 15:55  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\All_logo32-xp.ico

     文件        509  2014-05-21 14:59  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\app.config

     文件      94208  2012-09-27 17:46  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\AudioEngineCore.dll

     文件     118784  2011-03-18 10:59  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\dxbase.dll

     文件     385024  2013-11-11 14:48  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\ESBasic.dll

     文件     197708  2013-11-11 14:48  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\ESBasic.xml

     文件     446464  2014-05-15 17:21  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\ESframework.dll

     文件     319309  2014-05-15 17:20  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\ESframework.xml

     文件      13824  2014-06-22 17:22  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\GG.Core.dll

     文件      34304  2014-06-22 17:22  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\GG.Core.pdb

     文件    2429952  2014-06-22 17:24  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\GG.exe

     文件        509  2014-05-21 14:59  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\GG.exe.config

     文件     316928  2014-06-22 17:24  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\GG.pdb

     文件      11608  2014-06-22 17:26  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\GG.vshost.exe

     文件        509  2014-05-21 14:59  可以在广域网部署的高仿QQ2013的即时通讯系统GG\GG\bin\Debug\GG.vshost.exe.config

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

评论

共有 条评论