AutoHotkey Community

It is currently May 26th, 2012, 6:21 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Send volume only in GUI
PostPosted: February 14th, 2009, 9:12 am 
Offline

Joined: November 12th, 2007, 10:18 am
Posts: 142
Location: South Australia
Dear users,
I've been experimenting with volume in my music player script.
Code:
IncreaseF:
WheelUp::
Send {Volume_Up}
return

DecreaseF:
WheelDown::
Send {Volume_Down}
return

This will increase and decrease the master volume however I only want it to increase and decrease with scroller when the GUI is selected. For example if I got the program running in background and I'm playing solitaire if I use my scroller it'll ajust the master volume which I do not want. Can someone point me in the right direction. Thanks

_________________
Image
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 14th, 2009, 6:53 pm 
#IfWinActive


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2009, 6:41 am 
Offline

Joined: November 12th, 2007, 10:18 am
Posts: 142
Location: South Australia
Thankyou :)

_________________
Image
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: batto, Bing [Bot], rbrtryn, SKAN and 60 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group