设定Mouse在某个固定范围
设定Mouse在某个固定范围2008-03-08Type RECT Left As Long Top As Long Right As Long Bottom As LongEnd TypeDeclare Function ClipCursor Lib "user32" (lpRect As Any) As LongDeclare Function ShowCursor Lib "user32"...