anybody know what you need to reference to use the mouse object??
I cant seem to see anything relevant in my references list
Printable View
anybody know what you need to reference to use the mouse object??
I cant seem to see anything relevant in my references list
Mouse object??
yes it appears that the control panel mouse properties can be accessed
I found this on a MSDN article
VB Code:
Dim oMouse As New Mouse oMouse.MouseButtonSwap = True
It also talks about allowing you to access and change the mouse speed properties and all that jazz
But the article did not tell me what i needed to reference in order to make this example work :(