[讀寫]讀取或設定目前滑鼠絕對位置 x 方向座標
無引數
傳回滑鼠在螢幕上的 X 值
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick With mMouse Debug.WriteLine(.hWnd & "," & .hDC & "," & .X & "," & .Y) End With End Sub
Visual Studio .Net 2002 以後相容版本 | cMouse.vb
|