call SndVol.EXE with Position

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

call SndVol.EXE with Position

Post by AUGE_OHR »

hi,

on my Multi-Media PC i like to use SndVol.EXE for different Audio-Input-Source

you can place SndVol.EXE on Position

Code: Select all

nPosition = y * 65536 + x
so make a Shortcut with

Code: Select all

SndVol.EXE -r nPosition
which i place into my Startup
have fun
Jimmy
Post Reply