vote up 0 vote down star
1

How to embed a Jukebox or a media player in C# .NET?

Or rather create a playlist which can play WAV files.

flag

80% accept rate
Do you want to embed a media player-like control in a windows application? – orsogufo Feb 16 at 13:14

3 Answers

vote up 2 vote down check

You can embed microsoft media player COM component and control it from code.

http://stackoverflow.com/questions/56478/how-to-interact-with-windows-media-player-in-c

link|flag
vote up 1 vote down

Soundplayer to just play sound, windows media player for audio/video playback on a form

Soundplayer Windows media player

link|flag
vote up 1 vote down

If you are using .NET Framework 3.5 and WPF, you can try System.Windows.Media.MediaPlayer

http://msdn.microsoft.com/en-us/library/system.windows.media.mediaplayer.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.