鼠标类函数

获得当前鼠标指针的坐标:GetCursorPos函数 声明: public Type POINTAPI x As Long y As Long End Type Public Declare Function GetCursorPos Lib "user32" _ (lpPoint As POINTAPI) As Long 参数缺省为byref指针传递 调用:先声明一个自定义类型变量: Dim z
相关文章
相关标签/搜索