Monitor USB optical mouse activity for movement and call a program on Windows
- by CheeseConQueso
I'm essentially looking to monitor a USB port input for whatever happens when the optical mouse detects its own movement and turns itself on. These mice usually have a dim red light when in "standby" mode and then the red light becomes brighter once you start moving it around.
I want to use Visual Basic or something else native to the Windows environment to open an exe file or play a wav sound or call a bat file when the mouse "wakes up".
Any suggestions or pushes in the right direction are appreciated.