Windows Media Player

  • Thread starter Thread starter Angelo
  • Start date Start date
A

Angelo

Hello,
I wrote an application that create WMP instance.
I can call methods (controls.play, controls.stop, etc..) but I cannot view
GUI.
Can somebody help me?
Can I do something better with OpenNetCF?
Thank you,
Angelo.
 
I think Smart Device Framework 1.4 from OpenNETCF brings a "Media
Player like" control (with limitations of course) that can be added
from toolbox to your form very easily.

I've been working with "OpenNETCF.Multimedia.Audio" namespace, that
wraps all API calls you've also wrapped I suppose. It's very easy to
work with (play sounds, record sounds....). The disturbing thing is
that V 1.3. does not bring any visual control to play with.

Surf OpenNetCF's web, but I'm sure I've somewhere read v1.4. will bring
new controls, including a "Player" basic control.

Regards.
 
Back
Top