WMP wrapper in C# CF 2.0

K

Krupa

Hi there,

I intend to develop a wrapper for Windows media player to get a handle
of the player so that I can open, play, pause and stop the player
programmatically. I also need the player to go full screen. I was
wondering if I can achieve this in C# by p/Invoking to WaveOut
functions in coredll.dll. Or should I write an unmanaged wrapper in C++
for WMP activex?

Regards,
Krupa
 
G

Guest

Take a look at this post by Alex Feinman were he points to the web cast and
the code on how to host WMP controls (and other) in CF v2.
 
K

Krupa

That webcast was indeed helpful. Thanks for guiding me to that link.

I have a question. Is it true that WMP 9.0 does not expose any ActiveX
interfaces? I have a WMP 9.0 player on the device. Do you think I can
write a wrapper for it?

Krupa
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top