vb 声明了 api 函数 如何调用?
展开全部
比如:
Public Declare Function SetCursorPos Lib "user32" Alias "SetCursorPos" (ByVal x As Long, ByVal y As Long) As Long
'Function SetCursorPos 函数名SetCursorPos
'(ByVal x As Long, ByVal y As Long) 这是两个变量
'使用
SetCursorPos(100,100) '函数名(变量1,变量2)
Public Declare Function SetCursorPos Lib "user32" Alias "SetCursorPos" (ByVal x As Long, ByVal y As Long) As Long
'Function SetCursorPos 函数名SetCursorPos
'(ByVal x As Long, ByVal y As Long) 这是两个变量
'使用
SetCursorPos(100,100) '函数名(变量1,变量2)
追问
不是用call吗?
追答
call 用不用无所谓.可省略了.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询