QUOTE(ViperSRT3g @ Nov 5 2009, 08:37 AM)

By any chance does this program communicate with iTunes via Send Message API? If so could you send me the send message info that you used please?

A friend of mine wants something similar to this...
I'm not sure, I used a program called AutoHotKey, and it sends functions through commands it has built in.
The code looks like this though, if that helps:
CODE
+::
IfWinExist, ahk_class iTunes
ControlSend, ahk_parent, ^{UP}
return
That would turn the volume up on iTunes.
The +:: is the hotkey to run the command after the ::