How to develop Windows Media Player Mobile application for Pocket

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello Friends,

Can any how to develop applications for Windows Media Player in pocket pc?
What are the sdk need required to develop application in window mobile 5.0
using Media Player using compact framework.

Kindly pass any information to me regarding this issue.

-PHIJO MATHEW PHILIP.
 
You'll have to be more clear on what exactly it is that you want to do.
There is no media player SDK...

Paul T.
 
The Windows Media Player 10 Mobile exposes a subset of the APIs of the
desktop counterpart. It's a COM-based API so you need to comfortable with
COM interop under the .NET Compact Framework.

Windows Media Player Mobile Code Samples:
http://www.microsoft.com/downloads/...8a-c00d-4b90-9177-460854f1b57c&displaylang=en

Windows Media Developer Center:
http://msdn.microsoft.com/windowsmedia/

--Neil

-------------------------
Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC

Managed Code in an Embedded World
 
Back
Top