VolCon

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
AZJIO
Addict
Addict
Posts: 2191
Joined: Sun May 14, 2017 1:48 am

VolCon

Post by AZJIO »

VolCon
Download: yandex

Shift + mouse wheel - adjusts sound volume
You can also click on the indicator to set the volume level.
Double click on the tray icon - mute/unmute sound

Image
Last edited by AZJIO on Wed May 08, 2024 7:09 pm, edited 1 time in total.
BarryG
Addict
Addict
Posts: 4173
Joined: Thu Apr 18, 2019 8:17 am

Re: VolCon

Post by BarryG »

Nice! I like it. But see what I posted here -> https://www.purebasic.fr/english/viewto ... 06#p620506

You're using the same code in VolCon's source, so you should probably change it to Idle's safe version (like I did).
AZJIO
Addict
Addict
Posts: 2191
Joined: Sun May 14, 2017 1:48 am

Re: VolCon

Post by AZJIO »

BarryG wrote: Wed May 08, 2024 8:22 am You're using the same code in VolCon's source, so you should probably change it to Idle's safe version (like I did).
Ok, I added a function result check.

Updated, added DPI

You can also click on the indicator to set the volume level.
Double click on the tray icon - mute/unmute sound

The old version (WinXP) had these settings:
Image
AZJIO
Addict
Addict
Posts: 2191
Joined: Sun May 14, 2017 1:48 am

Re: VolCon

Post by AZJIO »

Update
Added dragging the indicator and saving position
Added ini file (coordinates, initial volume level, color)
Added menu item "Startup"
Post Reply