(Gast)
n/a Beiträge
|
AW: Windows Gesamtlautstärke ändern
20. Jul 2015, 10:40
Öffne einfach den WINDOWS-Lautstärke-Mixer:
Delphi-Quellcode:
if Win32MajorVersion > 5 then
ShellExecute(0,nil,PChar('sndvol.exe'),'-d0 -r','',SW_SHOWNORMAL) else
ShellExecute(0,nil,PChar('sndvol32.exe'),'','',SW_SHOWNORMAL);
Geändert von hathor (20. Jul 2015 um 10:51 Uhr)
|
|
Zitat
|