Hi,
I used COM interop to create an an embedded player in my application, it works fine in the emulator which has WMP 10 but I could not get it to play in the real device IPAQ h6340 which has WMP9. is there any solution or an update for the device Thanks in advance.

WMP 9 in PPC
Geokri
WMP9 on Pocket PC doesn't have any true programmability support. You can launch files programmatically with CreateProcess and you can do some basic operations with some undocumented windows messages:-
http://www.peterfoot.net/FridayFunAutomatingWindowsMediaPlayerFromNETCF.aspx
Peter