AxWindowsMediaPlayer - black screen

本文关键字:screen black AxWindowsMediaPlayer | 更新日期: 2023-09-27 18:25:22

我正在c#中构建一个使用AxWindowsMediaPlayer的桌面应用程序,它运行得很好,但当我杀死explorer.exe时(因为我试图在windows 10主页上模拟kiosk模式),AxWindowsMediaPlayer控件不会播放,只显示黑屏。

我该怎么做才能使它工作?或者AxWindowsMediaPlayer的任何替代方案?

我只需要一些模拟屏幕保护程序的东西;幻灯片放映到图片,有时播放一些没有播放/暂停/停止的视频。。。控件。

感谢

AxWindowsMediaPlayer - black screen

添加此行解决了问题。

Directory.SetCurrentDirectory(AppDomain.CurrentDomain.BaseDirectory);

谢谢。

我会考虑使用DirectX而不是WMP控件,这样可以获得更多的控制,并且可能会减少开销。

参见:

http://www.c-sharpcorner.com/UploadFile/mgold/PlayingVideo11242005002218AM/PlayingVideo.aspx