What happened to SoundPlayer?

CSE Beta 2 seems to have some interesting new Windows Forms controls added... but one that I used a lot in Beta 1, SoundPlayer, seems to be gone... autocomplete won't find it in the System.Windows.Forms namespace. Anybody have any information about this Tongue Tied

Answer this question

What happened to SoundPlayer?

  • Jarrod-Brotherton

    Hi !

    I had the same problem today.
    Adding the directive

    using System.Media;

    made the code work again ... Idea

    Carsten

  • Oin Zea

    Ok im kinda new to this and was wondering how do i get my sounds in my VB application now that soundplayer is taken out, i dont understand how to do it, if someone could explain it please.
  • rajeshbhavsar

    Thanks! That worked! Looks like there's a handy enumeration in that namespace too.

    Eric

  • mosa

    anyone has any more info on this as i cant seem to figure it out.
    Also another thing im wondering is if there is an option to have my application automaticly drop to the system tray.

  • What happened to SoundPlayer?