Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
One of the properties of the My.Computer.Mouse object was called, but the computer has no mouse or mouse port installed.
To correct this error
Add a Try...Catch block around the call to the property of the My.Computer.Mouse object.
— or —
Install a mouse on the computer.
See Also
Reference
Try...Catch...Finally Statement (Visual Basic)