How to embed a Jukebox or a media player in C# .NET?
Or rather create a playlist which can play WAV files.
|
1
|
|||
|
|
|
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 |
||
|
|
|
|
Soundplayer to just play sound, windows media player for audio/video playback on a form |
||
|
|
|
|
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 |
||
|
|