Search code examples
c#winformswindows-media-player

How to make the video size match the window size


I'm making an intro to my app.I have two such smaller questions.

  • I would like the video to be as big as the window,in short to fit.

I'd like to see only the video, not the bar and be fullscreen

  • How to insert a video into WinForm so that the play bar,sound bar
    etc is not visible.

Solution

  • This works for me, just edited to

    Dock = Fill, uiMode = "none"