Matt Facer

Matt Facer

  • NA
  • 1
  • 0

open a program muted

Aug 25 2008 2:51 PM

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)