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.