登录
首页 » C# » QQ在线客服例子源码

QQ在线客服例子源码

于 2013-12-26 发布
0 164
下载积分: 1 下载次数: 0

代码说明:

QQ在线客服例子源码

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 文件上传和下载(上传文件到服务端)
    实现文件上传和下载,包含服务器和客户端 对于学习TCP的同学有帮助
    2021-03-21 22:09:16下载
    积分:1
  • c# 随机背景 随机字体 随机干扰线 验证码 实例源码
    c# 随机背景 随机字体 随机干扰线 验证码 实例源码
    2014-06-11下载
    积分:1
  • C程序设计(课件+程序代码+大纲+习题答案)
    【实例简介】
    2021-08-16 00:30:57下载
    积分:1
  • C++ 局域网聊天程序(提高篇-实例540).zip
    C++ 局域网聊天程序(提高篇-实例540).zip
    2019-10-02下载
    积分:1
  • 识别 身份证图片中的文字(C#源码)
    选择身份证 正面 和反面,识别身份证中的 姓名、性别、民族、出生、地址、号码、签发机关、有效期等
    2019-07-26下载
    积分:1
  • UU云远程打码工具源码
    远程调用UU云进行远程打码的工具源码,C#编写
    2014-01-20下载
    积分:1
  • 统计word和Excel的页数
    大量文档打印前,统计word和Excel的页数
    2015-02-08下载
    积分:1
  • PC与西门子PLC通信
    PC与西门子PLC通信
    2020-04-29下载
    积分:1
  • C# WPF实现的连连看功能源码下载
    C# WPF实现的连连看功能源码下载
    2013-10-02下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载