Using Windows Media Player Control in Visual Studio

In Old times, I still remember how cool it is to add a media player in my Delphi Form. Now I need to do the same to VC++.net, so I searched and got these links. Although they are not VC++.net solution, they still help a lot.

With some codec (here), this way can enable your application play video of most popular formats. So give up the other version of using Direct X to play only AVI format video in dotnet application.

Here are the links (still updating)

How to add Windows Media Player Control to Design ToolBox

How to use Windows Media Player in code (C# Version)

No comments yet. Be the first.