Simple Volume Control
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Nov 06, 2009 |
| Last Updated | Nov 06, 2009 |
| Tags | mirc music sound volume windows |
Introduction
Couldn't figure out how to incorporate a Mute/Unmute function, so if anyone wants to lend me some assistance, I'll incorporate it. :)
mIRC Snippet:
Simple Volume Control
Posted on Nov 6, 2009 9:23 pm
Posted on Nov 6, 2009 9:23 pm
According to the Help Files
| Code: |
The -uN switch sets the mute setting, where N = 1 is on, N = 2 is off. |
mIRC Snippet:
Simple Volume Control
Posted on Nov 7, 2009 7:46 pm
Posted on Nov 7, 2009 7:46 pm
Nice... Thanks
Is there any way to make it vertical with max vol upwards?
Is there any way to make it vertical with max vol upwards?
mIRC Snippet:
Simple Volume Control
Posted on Nov 7, 2009 9:14 pm
Posted on Nov 7, 2009 9:14 pm
replace the dialog with this
| Code: |
| dialog Vol { title "Volume Control" size -1 -1 54 205 option dbu scroll "", 12, 21 4 9 195, range 0 65535 } |
mIRC Snippet:
Simple Volume Control
Posted on Nov 8, 2009 3:40 am
Posted on Nov 8, 2009 3:40 am
Thank you too sunslayer, but max volume isn't upwards :)
mIRC Snippet:
Simple Volume Control
Posted on Nov 8, 2009 9:05 am
Posted on Nov 8, 2009 9:05 am
i tried but i don't think its possible to get max at top :/
mIRC Snippet:
Simple Volume Control
Posted on Nov 8, 2009 2:02 pm
Posted on Nov 8, 2009 2:02 pm
| Code: |
dialog Vol { title "Volume Control" size -1 -1 100 210 option dbu scroll "", 12, 5 10 23 195, vertical range 0 65535 } |
Vertical. Can not max the max at the top.






