通过注册表来控制系统键[原创]

 

 1using System;
 2using System.Collections.Generic;
 3using System.Text;
 4using Microsoft.Win32;
 5using System.Windows.Forms;
 6
 7
 8namespace BOM.NewUI.Functions
 9{
10    /// <summary>
11    /// 系统键控制
12    /// CONTROL + ALT + DELETE
13    /// </summary>

14    public class SystemKeyControl
15    {
16        启用系统键
33
34        停用系统键
55    }

56}

57
posted @ 2007-10-17 16:50  Simmy.卧龙先生  阅读(247)  评论(0)    收藏  举报