登录
首页 » C# » 驱动部分hook

驱动部分hook

于 2015-01-30 发布
0 108
下载积分: 1 下载次数: 0

代码说明:

驱动部分hook

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

发表评论

0 个回复

  • 用于学习链表文件操作
    链表文件操作
    2014-06-27下载
    积分:1
  • C#实现特殊主框架界面效果
    C#实现特殊主框架界面效果,包括侧栏、系统界面不同风格。
    2020-12-03下载
    积分:1
  • 骑士飞行棋
    骑士飞行棋
    2014-07-10下载
    积分:1
  • C# 用树型列表动态显示菜单 例子源码下载
    从数据库读取数据 加载至树形空间
    2015-04-20下载
    积分:1
  • 依次输入数字(大于0),当输入max求最大值
    简介 利用do while做循环判断 截图 代码
    2021-09-25 00:30:55下载
    积分:1
  • wpf播放音乐文件(SoundPlayer )
    wpf播放音乐文件(SoundPlayer )
    2019-07-08下载
    积分:1
  • android 调用 C# webservice 例子完整源码(含android 和webservice源码)
    android 调用 C# webservice 例子完整源码(含android 和webservice源码)
    2014-10-22下载
    积分:1
  • SD卡实验(SDIO方式)
    SD卡实验(SDIO方式)
    2021-10-05 00:30:54下载
    积分:1
  • C# 实时获取股票数据
    能够实时获取股票数据
    2020-11-06下载
    积分: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资源总数
  • 105678会员总数
  • 22今日下载