2010年8月6日

c# 保护进程

摘要: /* * 功 能:进程防杀 * */using System;using System.Text;using System.Runtime.InteropServices;namespace KProtectProcess{ public class KProcess : IDisposable { bool isDisposed = false;... 阅读全文

posted @ 2010-08-06 08:55 风乔 阅读(1087) 评论(0) 推荐(0) 编辑

c# 钩子屏蔽键盘快捷键

摘要: from using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace Hook_Demo... 阅读全文

posted @ 2010-08-06 08:50 风乔 阅读(386) 评论(0) 推荐(0) 编辑

导航