按键精灵定义API函数的问题 30
按键精灵定义API函数的问题PrivateDeclareFunctionGetKeyStateLib"user32"(ByValnVirtKeyAsLong)AsInte...
按键精灵定义API函数的问题
Private Declare Function GetKeyState Lib"user32"(ByVal nVirtKey As Long) As Integer
Do
If GetKeyState(32)=-127 or GetKeyState(32)=-128
KeyPress ";", 1
KeyPress "'", 1
Do
Loop Until GetKeyState(32) >= 0
KeyUp "'", 1
KeyUp ";", 1
End If
Loop
上面这段代码,其中=-127 or =-128,它的127和128是什么意思,下面的Loop Until >= 0又是什么意思,如大于等于0是代表不作任何反应的意思吗?
谢谢 展开
Private Declare Function GetKeyState Lib"user32"(ByVal nVirtKey As Long) As Integer
Do
If GetKeyState(32)=-127 or GetKeyState(32)=-128
KeyPress ";", 1
KeyPress "'", 1
Do
Loop Until GetKeyState(32) >= 0
KeyUp "'", 1
KeyUp ";", 1
End If
Loop
上面这段代码,其中=-127 or =-128,它的127和128是什么意思,下面的Loop Until >= 0又是什么意思,如大于等于0是代表不作任何反应的意思吗?
谢谢 展开
1个回答
展开全部
提供,但很有限 好像只提供 返回 数字 和字符串的 api
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |