Media Player Control for .NET Compact Framework

2019-07-28 22:38发布

问题:

Is there any free media player control library that allows us to play videos in a .NET Compact Framework application?

We tried the one available at http://www.coppercoins.de/post/2008/11/03/WMP-Part-IIIa-Creating-new-Interop-Assembly-for-Mediaplayer.aspx, but having issues with memory problems and access violation errors.

回答1:

Did you look at the MSDN article on ActiveX Hosting? Be aware that it has a bug in it.

If you need a player for Windows CE (i.e. not Windows Mobile) there's an open-source one for DShow available on Codeplex.



回答2:

Have a look at the Windows Media Player Mobile control here. That allows you to add a Windows Media Player control into your .NET CF application.