1
Answer

open a program muted

Ask a question
Matt Facer

Matt Facer

16y
3.2k
1

Hi - I'm new to C# programming but am coming along nicely! I'm using Visual Studio c# 2008. I have the following code launching some games from my form.

Process.Start("D:/PUBLIC/games/millionaire/millionaire.exe");

I need to mute the game - is this possible in anyway?? I dont want to mute the PC. The reason I need to do this is I have a jukebox running in the background, so music is playing and the music from the games is offputting! I need to mute just that. Is there a way using c# to launch an external program within a window maybe and mute that??

Thanks for any info!


Answers (1)