简体   繁体   中英

C# - Windows Forms - Media Player

I am a creating a movie theater program that blanks other screens and plays movie file on 3rd monitor (TV). Does anyone have a suggestion for a media player. Media Player is giving a ActiveX error and I do not want the border with the play pause and fast forward buttons etc. It is windows forms so I don't have Media Element. Any suggestions for a different media player. Thanks!

You can change Media player uimode property to none

player.uiMode = "none";

Windows Media Player is embedded without controls, and with only the video or visualization window displayed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM