Hello
I tried this
It works just in the host
What can I do to make it work in VM too?
I tried this
Code:
Private Declare Function SetCursorPos Lib "user32" (ByVal x As Long, ByVal y As Long) As Long
Private Sub Form_Load()
SetCursorPos 1, 1
End Sub
What can I do to make it work in VM too?