Windows Media Player Control

  • Thread starter Thread starter Aris
  • Start date Start date
A

Aris

Is there any way of subclassing the status bar of the
media player control for Pocket PC?

Thanks
 
Probably not from managed code. It's *possible* that you could do it from
C++. What exactly are you trying to achieve. That will allow someone to
give you a better answer.

Paul T.
 
I am trying to localize the messages tha appear on the
status bar such as : Connecting.., Buffering.., Playing..
 
Wouldn't buying a localized device for the target language be a more
maintainable way of doing that?

If, for some reason, that's not an option, forget about .NET and start
running eVC. Open the Remote Spy tool when the player is running on the
device and start browing the window lists for things to subclass.

Paul T.
 
Back
Top