C# Tutorial - Create a Media Player with a Playlist in windows forms and visual studio
Moo ICT
Source Code - https://www.mooict.com/c-tutorial-make-a-video-player-app-in-windows-form-application
Hi, In this tutorial we will be making a Media Player app using Windows Form Application, C# programming in Visual Studio. This app will allow you to open a folder and if there are video files such as MP4, AVI, MKV, WEBM or WMV files then it will simply load it into the application and play it using the Media Player component from Windows Form. It will keep a track of which video is playing and you can control the play list from a list box. You can change the videos and skip to the next one from there or the app will simply keep playing the video until it finished and restart again. ... https://www.youtube.com/watch?v=5jahCtOQI1k
92251174 Bytes