91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.83KB
    文件類型: .cs
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-14
  • 語(yǔ)言: C#
  • 標(biāo)簽: 按鍵??定時(shí)??

資源簡(jiǎn)介

定時(shí)自動(dòng)按鍵

資源截圖

代碼片段和文件信息

using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Runtime.InteropServices;
using?System.Diagnostics;
using?System.Collections;
using?System.Windows.Forms;
using?System.IO;
using?System;
using?System.Threading;

public?class?HotKeys
{
????//引入系統(tǒng)API
????[DllImport(“user32.dll“)]
????static?extern?bool?RegisterHotKey(IntPtr?hWnd?int?id?int?modifiers?Keys?vk);
????[DllImport(“user32.dll“)]
????static?extern?bool?UnregisterHotKey(IntPtr?hWnd?int?id);


????int?keyid?=?10;?????//區(qū)分不同的快捷鍵
????Dictionary?keymap?=?new?Dictionary();???//每一個(gè)key對(duì)于一個(gè)處理函數(shù)
????public?delegate?void?HotKeyCallBackHanlder();

????//組合控制鍵
????public?enum?HotkeyModifiers
????{
????????Alt?=?1
????????Cont

評(píng)論

共有 條評(píng)論

相關(guān)資源