PDA

View Full Version : آدرس دهی موزیک به صورت مستقیم



bahar_engineer
دوشنبه 26 اسفند 1387, 10:34 صبح
سلام


SoundPlayer simpleSound = new SoundPlayer(@"F:sample.wav");

تو این دستور چطور می تونم از توی پوشه موزیک هام (mus) از پروژه آدرس دهی کنم؟
چند تا رو امتحان کردم نشد:


SoundPlayer simpleSound = new SoundPlayer(@"\\mus:sample.wav");
SoundPlayer simpleSound = new SoundPlayer(@"\\mus\sample.wav");
SoundPlayer simpleSound = new SoundPlayer(@"\mus\sample.wav");
SoundPlayer simpleSound = new SoundPlayer(@"\\mus\\sample.wav");
SoundPlayer simpleSound = new SoundPlayer(@"~\\mus\\sample.wav");

پیغام خطا اینه :
Please be sure a sound file exists at the specified location

hasan_esfahan
چهارشنبه 28 اسفند 1387, 13:57 عصر
خوب دوست عزیز شما در ادرس دهی مشکل دارید


SoundPlayer simpleSound = new SoundPlayer(Application.StartupPath+@"\mus\sample.wav");