Windows Media Player ActiveX
Hi
I use Visual C++ .NET (MFC)
What I did :
1 - I installed Windows Media Player SDK 10
2 - Add ActiveX Windows Media Player to my application
3 - Declare CPlayer m_ctrlPlayer;
4 - I got no access to m_ctrlPlayer.GetControls().play() --> (error C2039: 'GetControls' : is not a member of 'CPlayer')
As described here :
http://msdn.microsoft.com/library/de...apperclass.asp
I need to include "wmpcontrols.h" to manipulate the Control of a Window media player activeX. But my Visual C++ .Net compiler return this error :
fatal error C1083: Cannot open include file: 'wmpcontrols.h': No such file or directory
I know that is because the compiler can't find the file, but I don't have this file on my HD. However, I install correctly WMP SDK 10.
can't you help me please