0

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

Or rather create a playlist which can play WAV files.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Satish
  • 81
  • 2
  • 9

3 Answers3

2

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

How to interact with Windows Media Player in C#

Community
  • 1
  • 1
Alex Reitbort
  • 13,504
  • 1
  • 40
  • 61
1

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

Soundplayer Windows media player

RvdK
  • 19,580
  • 4
  • 64
  • 107
1

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

QrystaL
  • 4,886
  • 2
  • 24
  • 28