If you are currently developing portable freeware or planning to do so, use this forum to discuss technical implementation, seek out like-minded developers for partnership, or solicit interested users for beta testing.
-
guinness
- Posts: 4118
- Joined: Mon Aug 27, 2007 2:00 am
-
Contact:
#16
Post
by guinness » Thu Oct 14, 2010 1:18 pm
To prove my theory in AutoIt this works.
Code: Select all
For $A = 1 To 10 ; Same as 10%
Send("{VOLUME_DOWN}")
Next
Sleep(5000) ; Sleep 5 Seconds.
For $A = 1 To 10 ; Same as 10%
Send("{VOLUME_UP}")
Next
Sleep(5000) ; Sleep 5 Seconds.
Send("{VOLUME_MUTE}")
Sleep(5000) ; Sleep 5 Seconds.
Send("{VOLUME_MUTE}")
Added 179 Applications: Portable
-
dmg
- Posts: 327
- Joined: Fri Jun 04, 2010 2:11 am
-
Contact:
#17
Post
by dmg » Thu Oct 14, 2010 1:42 pm
I am aware of the issues with Vista and Win7. It should work under Vista if it is run using XP compatibility mode. I have thought of modifying it to be more Vista friendly but I am still undecided.
As to names, I kind of like your suggestion of VKey. Thanks.
-
guinness
- Posts: 4118
- Joined: Mon Aug 27, 2007 2:00 am
-
Contact:
#18
Post
by guinness » Thu Oct 14, 2010 1:49 pm
True, but if running on a USB Drive and moving from PC to PC the user who have to do this every time surely?
Added 179 Applications: Portable
-
dmg
- Posts: 327
- Joined: Fri Jun 04, 2010 2:11 am
-
Contact:
#19
Post
by dmg » Thu Oct 14, 2010 2:11 pm
I agree that it would not be ideal. I will look into it some more. I only have access to XP so it is hard for me to plan for Vista and up.

-
guinness
- Posts: 4118
- Joined: Mon Aug 27, 2007 2:00 am
-
Contact:
#20
Post
by guinness » Thu Oct 14, 2010 3:47 pm
But you know the same functions work on XP too.
Added 179 Applications: Portable
-
dmg
- Posts: 327
- Joined: Fri Jun 04, 2010 2:11 am
-
Contact:
#21
Post
by dmg » Thu Oct 14, 2010 8:49 pm
Of course they do, but that is not the only problem the script has in Vista and Win7. SoundGet does not work on them.
http://www.autohotkey.com/docs/commands/SoundGet.htm
So the balloon tip and changing tray icon would not function. At some point I may make a version specifically for Vista and Win7 but it would have to essentially be a completely redesigned program. I think for now I will leave things as they are. Anyone who wants the script to behave differently can modify it themselves, and more power to them.
Here is the newest version:
http://www.mediafire.com/download.php?2rri66lrdtlc9ot
Changes:
Checks whether muted on start.
Can select which sound device to effect.
-
guinness
- Posts: 4118
- Joined: Mon Aug 27, 2007 2:00 am
-
Contact:
#22
Post
by guinness » Thu Oct 14, 2010 9:17 pm
OK, I didn't know if you had read the limitations
Plus you may/or may not have seen this but here is SoundGet for Windows Vista/7. I would use OSVersion and then run the appropriate function. Maybe I will have a go at AHK, seems easy enough.
But it you don't have Vista+ don't worry about!
Ref: http://www.autohotkey.com/forum/topic23792.html+windows
Added 179 Applications: Portable
-
dmg
- Posts: 327
- Joined: Fri Jun 04, 2010 2:11 am
-
Contact:
#24
Post
by dmg » Fri Mar 07, 2014 11:21 pm
Yes, that is the same app. It is on my to do list to update the app so it will worn Vista+. There are a few things ahead of it on the list though.
