0

Im creating a Windows Forms application using C# and VS 2010 Express on .NET 4.0

I need a media player in my app and Im trying to locate the Windows Media Control.

I went to Choose Items in the toolbox but no such reference exist and I also tried typing

using System.Windows.Media;

but the .Media can not resolve.

IEnumerable
  • 3,610
  • 14
  • 49
  • 78

1 Answers1

0

Try following these instructions from Microsoft on using the windows media play with Visual Studio

Joseph Devlin
  • 1,754
  • 1
  • 26
  • 37
  • Yeah I see the WMP in COM objects I was wondering why the Windows..Media namespace doesnt resolve ? But For this project the WMP Control will do also. – IEnumerable Jan 01 '14 at 08:41