怎么样可以移动鼠标指针
如题
【VB声明】
Declare Function SetCursorPos Lib "user32" Alias "SetCursorPos" (ByVal x As Long, ByVal y As Long) As Long
【说明】
设置指针的位置
【返回值】
Long,非零表示成功,零表示失败。会设置GetLastError
【参数表】
x,y ------------ 鼠标指针在屏幕像素坐标系统中的X,Y位置
[此贴子已经被作者于2007-5-25 17:22:53编辑过]