From: "Fahmi"
[Quoted Text] > Where can I find information regarding development of > Windows Media Player 11 UI plugin using C# ? All the > examples and explanations on Windows SDK are given using > C++. Please help me in this regard.
That's because development of plugins in .NET is not officially supported (in WMP or anywhere else). It is possible through InterOp, though, but it is not a good idea because that would bootstrap the CLR into WMP's process, which may cause versioning conflicts in case more than one ..NET component is loaded.
-- // Alessandro Angeli // MVP :: DirectShow / MediaFoundation // mvpnews at riseoftheants dot com // http://www.riseoftheants.com/mmx/faq.htm
|