hello, i am completely new to Visual C#, and i am wondering how to play music. i am mainly trying to make a media player with a web browser, but i am extremely confused on how to do this. i have googled this subject many times over with no luck. i dont know, maybe i am missing somthing. any help would be nice.
i just got into C# about 4 days ago. go easy. :)

Creating a media player.
Deeps_123
satya999
http://msdn.microsoft.com/vstudio/express/visualcsharp/learning/default.aspx
and if you interested in DVD players too...theres a DVD player too lol how funny xD
we all got it by default its not .net COM...
ahmed already told you how to add new COMs go to the COM controls not the .NET and at buttom almsot find MSwebDvd Class and add it ..its pritty much easy to use...try mess around with it..
and theres the Shock Wave player too...used to play Flash files and shockwatve and few other animation files...alsow in COM controls...called ShockWave.
Leomath
Detisch
Carl Peto
Fwank79
well you would be better off using a WMP COM component. This will allow you to embed WMP into your application then you simply give it the path to the file via the URL property and you can play/pause and increase/decrease volume
http://msdn.microsoft.com/windowsmedia/downloads/default.aspx
you can drag this control onto your form. In design view right click on the toolbox and go to Choose Items, select COM Components then select Windows Media Player (check the box) and click ok. Then drag and drop the component onto the form and code away!
I would give you specific links to some articles to look at but MSDN is unfortunately down at the moment!
in regards to a webbrowser just drag and drop the webbrowser component on the form. Then use the methods like Navigate(url) to navigate to a site, or GoBack or GoForward etc...
http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx
SoMeDuDe
I think u can also use Real Player component .
usefulacct