المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : WindowsMediaPlayer



C# Programming
06-13-2009, 10:56 AM
I have the following code:


WMPLib.WindowsMediaPlayer BackgroundMusic = new WMPLib.WindowsMediaPlayer();

...

protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);

BackgroundMusic.URL = "C://Background.wav";
}


How can I make it loop?

"Good artists copy, great artists steal."