登录
首页 » C# » adsl拨号示例源码下载 有截图

adsl拨号示例源码下载 有截图

于 2020-10-21 发布
0 273
下载积分: 1 下载次数: 0

代码说明:

adsl拨号示例源码下载 有截图

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

发表评论

0 个回复

  • 多个图片转gif
    多个图片转gif
    2014-07-31下载
    积分:1
  • Visual C#2017 范例程序.rar
    【实例简介】
    2021-07-18 00:32:28下载
    积分:1
  • 混沌加密解密 字符串 图片 文件,附带完整C#源码
    混沌加密解密 字符串 图片 文件,附带完整C#源码
    2013-12-28下载
    积分: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
  • SSCOM串口的源代码
    【实例简介】SSCOM助手的源代码
    2021-08-06 00:30:53下载
    积分:1
  • DevExpress datagridview多选实现
    DevExpress datagridview多选实现
    2013-09-04下载
    积分:1
  • C++核心编程资料(珍贵学习资源)
    C 核心编程资料
    2019-08-13下载
    积分:1
  • C函数大全(法着色)html版本
    C语言函数大全(语法着色)html版本
    2021-05-06下载
    积分:1
  • wpf gridsplit 布局实例源码
    wpf gridsplit 布局实例源码
    2014-06-03下载
    积分:1
  • 驱动部分hook
    驱动部分hook
    2015-01-30下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载