• 大小: 0.06M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 热键  系统  屏蔽  设置  

资源简介


资源截图

代码片段和文件信息

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 SetAndCancelHotKey
{
    public partial class Frm_Main : Form
    {
        public Frm_Main()
        {
            InitializeComponent();
        }

        HOOK Hook = new HOOK();//实例化自定义类HOOK
        public static string[] Arrstr = new string[6];//记录屏蔽的热键
        public static string[] ArrHotkey = new string[32];//记录自定义的热键
        public static bool istabPage = true;//判断是设置热键,还是屏蔽热键
        bool isShift = false;//判断是否为组合键
        string front = ““;//记录组合键前一键的值
        string tem_s = ““;//记录单键或组合键的值
        string tem_dir = ““;//记录路径
        public static int tem_Set =

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      25088  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\bin\Debug\SetAndCancelHotKey.exe

     文件      50688  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\bin\Debug\SetAndCancelHotKey.pdb

     文件      14328  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\bin\Debug\热键.vshost.exe

     文件        490  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\bin\Debug\热键.vshost.exe.manifest

     文件      20290  2016-12-21 17:47  SetAndCancelHotKey\SetAndCancelHotKey\Frm_Main.cs

     文件      26448  2016-12-21 17:46  SetAndCancelHotKey\SetAndCancelHotKey\Frm_Main.Designer.cs

     文件       6017  2016-12-21 17:46  SetAndCancelHotKey\SetAndCancelHotKey\Frm_Main.resx

     文件       7358  2016-12-21 17:46  SetAndCancelHotKey\SetAndCancelHotKey\HOOK.cs

     文件       1229  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7062  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       2269  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.csproj.FileListAbsolute.txt

     文件        850  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.csproj.GenerateResource.Cache

     文件      25088  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.exe

     文件        180  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.Frm_Main.resources

     文件      50688  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.pdb

     文件        180  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.Properties.Resources.resources

     文件       4608  2016-12-22 04:17  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        502  2016-12-21 17:46  SetAndCancelHotKey\SetAndCancelHotKey\Program.cs

     文件       1380  2016-12-21 21:15  SetAndCancelHotKey\SetAndCancelHotKey\Properties\AssemblyInfo.cs

     文件       2876  2016-12-21 21:15  SetAndCancelHotKey\SetAndCancelHotKey\Properties\Resources.Designer.cs

     文件       5612  2016-12-21 21:15  SetAndCancelHotKey\SetAndCancelHotKey\Properties\Resources.resx

     文件       1118  2016-12-21 21:15  SetAndCancelHotKey\SetAndCancelHotKey\Properties\Settings.Designer.cs

     文件        249  2016-12-21 21:15  SetAndCancelHotKey\SetAndCancelHotKey\Properties\Settings.settings

     文件       4040  2016-12-21 17:46  SetAndCancelHotKey\SetAndCancelHotKey\SetAndCancelHotKey.csproj

     文件        944  2016-12-21 16:09  SetAndCancelHotKey\SetAndCancelHotKey.sln

     目录          0  2016-12-22 04:17  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\Refactor

     目录          0  2016-12-22 04:17  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\TempPE

     目录          0  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\bin\Debug

     目录          0  2016-12-22 03:24  SetAndCancelHotKey\SetAndCancelHotKey\bin\Release

     目录          0  2016-12-22 04:17  SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug

............此处省略8个文件信息

评论

共有 条评论