登录
首页 » C# » QQ模拟登陆 源码下载

QQ模拟登陆 源码下载

于 2014-07-12 发布
0 220
下载积分: 1 下载次数: 0

代码说明:

QQ模拟登陆 源码下载

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

发表评论

0 个回复

  • WCF入门示例源码下载(教程)
    WCF入门示例源码下载(教程)
    2015-02-27下载
    积分:1
  • C# 在线代码编辑器模板(识别关键词与变量等)
    C# 在线代码编辑器模板(识别关键词与变量等)
    2015-12-05下载
    积分:1
  • C# winform 仿文件浏览器 例子源码
    C# winform 仿文件浏览器 例子源码
    2013-10-02下载
    积分:1
  • C#控制雷赛驱动器单轴点位运动
    C#控制雷赛驱动器单轴点位运动
    2020-11-29下载
    积分:1
  • winform 图片 全屏 自动播放 实例源码下载
    winform 图片 全屏 自动播放 实例源码下载
    2016-12-03下载
    积分:1
  • qrcode 识别(zbar-sharp)
    条码识别 【核心代码】 usingSystem; usingSystem.Collections.Generic; usingSystem.ComponentModel; usingSystem.Data; usingSystem.Diagnostics; usingSystem.Drawing; usingSystem.Linq; usingSystem.Text; usingSystem.Windows.Forms; usingSystem.Drawing.Imaging; usingThoughtWorks.QRCode.Codec; usingThoughtWorks.QRCode.Codec.Data; usingZBar; usingZXing; usingImage = System.Drawing.Image;
    2021-08-05 00:31:11下载
    积分:1
  • c# dos命令常用操作 类源码下载
    c# dos命令常用操作 类源码下载
    2013-12-30下载
    积分:1
  • 24点算法游戏
    24点算法游戏
    2019-12-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
  • C#与SAP系统接口
    NCO3.0的应用说明
    2015-03-26下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载