August 13, 2009
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
