登录
首页 » C# » webbrowser控件自定义开发

webbrowser控件自定义开发

于 2015-01-22 发布
0 218
下载积分: 1 下载次数: 0

代码说明:

制作自己的浏览器

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

发表评论

0 个回复

  • 动画效果浮动窗体实例
            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
  • WPF动画(小人快跑)源码下载
    WPF动画(小人快跑)源码下载
    2015-06-26下载
    积分:1
  • 在网页创建 百度地图示例代码
    在网页创建 百度地图示例代码
    2015-01-11下载
    积分:1
  • ASP.NET MVC5+EF6后台管理系统源码(含部署文档以及数据库脚本)
    mvc后台,登录账户:admin     密码:zxczxc
    2019-12-17下载
    积分:1
  • C# cms 内容管理系统 完整源码下载
    C# cms 内容管理系统 完整源码下载
    2014-10-23下载
    积分:1
  • asp.net 购物车例子完整源码下载(含数据库)
    C#购物车
    2015-05-20下载
    积分:1
  • 识别 身份证图片中的文字(C#源码)
    选择身份证 正面 和反面,识别身份证中的 姓名、性别、民族、出生、地址、号码、签发机关、有效期等
    2019-07-26下载
    积分:1
  • 坦克大战
    坦克大战
    2013-08-27下载
    积分:1
  • Word格式转换(DocToDocx)
    Office Word转换小工具
    2014-04-15下载
    积分:1
  • wpf登录界面例子源码
    wpf登录界面例子源码
    2015-08-12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载