徐欣 发表于 2013-7-2 13:19:19

怎样利用API函数找到鼠标指针的XY坐标?

淡写轻描 发表于 2013-7-2 13:23:47

*API函数声明Type POINTAPIx As Longy As LongEnd TypeDeclare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As Long调用:GetCursorPos zprint z.xprint z.y
页: [1]
查看完整版本: 怎样利用API函数找到鼠标指针的XY坐标?