A
Alex Feinman [MVP]
You can host your WMP OCX control using eVC produced application. You won't
be able to use a wizard and you need to remember that not all of the methods
and properties are supported on the mobile player, but it shares API with
the desktop player. If you use MFC, a good starting point may be creating a
desktop MFC application and adding desktop WMP OCX so that the Visual Studio
(6) generates a wrapper. It will be easier than writing a full wrapper from
scratch. In ATL project you could derive a class from CAxWindow and host a
control in it handling only event interfaces that you care about
be able to use a wizard and you need to remember that not all of the methods
and properties are supported on the mobile player, but it shares API with
the desktop player. If you use MFC, a good starting point may be creating a
desktop MFC application and adding desktop WMP OCX so that the Visual Studio
(6) generates a wrapper. It will be easier than writing a full wrapper from
scratch. In ATL project you could derive a class from CAxWindow and host a
control in it handling only event interfaces that you care about