C# Projects - Create a Media Player with a Playlist in windows forms and visual studio

Опубликовано: 15 Октябрь 2024
на канале: Moo ICT
18,836
200

Source Code - https://www.mooict.com/c-tutorial-mak...

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.