currently i have this script running when i press volume up or down
(the system does the volume change with the button press, powerpro
just does an OSD)

If (Muted) do
Osd.Show("Mute "++ assign("vol",fill("00",volume*100/255))++"%",
"3000", "36", "Arial", "650", "255 000 000")
Else
Osd.Show("Volume "++ assign("vol",fill("00",volume*100/255))++"%",
"3000", "36", "Arial", "650", "000 255 000")
endif

now, how would i go about (with mousetrap) to have the volume change
with scroll up/down when the pointer is over the main taskbar and have
the OSD present as well? then toggle with MMB the mute?







Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to