No mouse is present
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)