hello i am new in this community,i have great interest in programming in c# i wnt to make a media player which play files of all format,i tried the mediaplayer which is build in c# but i wnt to make my own can anyone help how to make it.
Do a quick search in google for "C# Media Player". You'll get many options. Most notably using DirectX via the Microsoft.DirectX.AudioVideoPlayback namespace. (This is what media player will be using behind the scenes) But there are a few other libraries out there with managed wrappers. Try searching for BASS.dll. - Ben