PDA

View Full Version : Change System Volume by moving mouse up and down (JAVA)



Vexir
April 26th, 2007, 03:40 PM
Hey guys, what would be the best way to change system voume by moving the mouse up and down? Like I'd like to have a program that can choose between two different mice connected to the computer and then use one of them to change the system volume based on whether it is moved up or down. is it possible? im not sure how to begin really, aside from using MouseMotionListener..

Vexir
May 1st, 2007, 03:47 PM
Nevermind, I found a different way to do it using QuickMacros.

flake25
January 30th, 2009, 04:15 AM
Hey guys, what would be the best way to change system voume by moving the mouse up and down? Like I'd like to have a program that can choose between two different mice connected to the computer and then use one of them to change the system volume based on whether it is moved up or down. is it possible? im not sure how to begin really, aside from using MouseMotionListener..

Hey,
I made a program which can get and set the microphone volume, and now I need to get/set the system volume information with Java. I don't know what quick macros are.. is it Java? thank you