举报
Global Const $VK_NUMLOCK = 0x90 Global Const $VK_SCROLL = 0x91 Global Const $VK_CAPITAL = 0x14 MsgBox(0,"test",_GetKeyState($VK_NUMLOCK)) Func _GetKeyState($VK_Code) Local $ret = DllCall("user32.dll", "long", "GetKeyState", "long", $VK_Code) Return $ret[0] EndFunc
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-23 14:36 , Processed in 0.104274 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.