登录
首页 » C# » C# 鼠标精灵 事件提醒例子源码

C# 鼠标精灵 事件提醒例子源码

于 2015-02-27 发布
0 116
下载积分: 1 下载次数: 0

代码说明:

C# 鼠标精灵 事件提醒例子源码

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

发表评论

0 个回复

  • HTML5 socket在线聊天程序 源码
    HTML5 socket在线聊天程序 源码
    2014-09-13下载
    积分:1
  • sha256源代码
    sha256源代码
    2020-12-11下载
    积分:1
  • C++ SMTP发送邮件(支持SSL,可用于使用QQ邮箱发送)
    最近想用C 发送邮箱,发现QQ神马的,都需要SSL,而且QQ和126 都需要授权码来在第三方登陆,弄的很复杂,所以就下载了一个类。非常给力,试过你就知道。因为是牛人写的,这个牛人不是我,,,codeproject上的。亲测,win7 ,vs2010 无问题。
    2019-04-26下载
    积分: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
  • Winform仿360安全卫士界面风格.rar
    Winform仿360安全卫士界面风格.rar
    2014-09-03下载
    积分:1
  • 电子科技大学数据结构
    【实例简介】
    2021-11-18 00:52:21下载
    积分:1
  • c# 创建桌面快捷方式 开始菜单显示 将网页添加到收藏夹 附完整实例
    快捷方式,收藏夹,开始菜单 完整代码                                           
    2013-07-14下载
    积分:1
  • c打字游戏代码.zip
    c语言打字游戏代码.zip
    2019-11-06下载
    积分:1
  • MapReduce 例子源码下载
    MapReduce.NET 来源于官方https://code.google.com/p/mapreduce-net
    2014-10-23下载
    积分:1
  • 《DSP集成开发环境CCS开发指南》.pdf
    学习DSP的书籍,高清文字版
    2020-12-12下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载