

Although when I am dragging the player in my form, it shows up as it should, but when I am running the application, it becomes blank as it was never being placed there or being dragged / used in my forms. private void button1_Click(object sender, System.EventArgs e)ĪxWindowsMediaPlayer1.URL = "video delphi.mp4" Īctual Result. After that, I drag 'n' dropped it in my form in order to write the following code based on Microsoft Documentation. I installed via the 'COM Components' the Windows Media Player feature, and showed in my Toolbox as it should be (Although the icon doesn't appear next to its title inside the Toolbox). I created a 9-Form application in Visual Studio 2019, and I am trying to play a video file, in one of my forms, stored in the same folder with the executable file (.exe) of my winforms application.
