Share via


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

My.Computer.Mouse Object

Try...Catch...Finally Statement (Visual Basic)

Other Resources

Exception and Error Handling in Visual Basic