blah blah blah is here! blah blah » Close

0
votes
1 answers

sound problem - game

hello, im programming in windows application and using this code for sound: System.Media.SoundPlayer player = new System.Media.SoundPlayer(); player.SoundLocation = @"..\\ctf.wav"; player.Pla ...

Feedback