all groups > dotnet compact framework > july 2007 >
You're in the

dotnet compact framework

group:

Beginners question: get playstate of windows media player


Re: Beginners question: get playstate of windows media player Peter Foot [MVP]
7/30/2007 12:00:00 AM
dotnet compact framework: If you are using Windows Mobile 5.0 or higher you can use the state and
notification broker. The MediaPlayerTrack* properties would be a starting
point.

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

[quoted text, click to view]
Beginners question: get playstate of windows media player nazneen84
7/30/2007 12:52:58 AM
I need to execute a certain code when a soundtrack stops playing on
windows media player

i m trying to avoid using Opennetcf libs

is there any way i can do this?

i have gone through the APIs but couldn't figure it out
Re: Beginners question: get playstate of windows media player nazneen84
7/30/2007 1:43:46 AM
On Jul 30, 1:29 pm, "Peter Foot [MVP]" <feedb...@nospam-inthehand.com>
[quoted text, click to view]


But the an event is raised only if the track changes...not when it
stops
Re: Beginners question: get playstate of windows media player nazneen84
7/30/2007 1:50:16 AM
[quoted text, click to view]

what i want is to handle PlayStateChange.....but i don't know how to
go about it in CE
Re: Beginners question: get playstate of windows media player nazneen84
7/30/2007 5:39:01 AM
On Jul 30, 4:21 pm, "Peter Foot [MVP]" <feedb...@nospam-inthehand.com>
[quoted text, click to view]

Thanks a lot...thats exactly what i was looking for:)
Re: Beginners question: get playstate of windows media player Peter Foot [MVP]
7/30/2007 12:21:34 PM
Does MediaPlayerTrackTimeElapsed not return to 0 when stopped, or are you
talking about Pausing rather than Stopping?

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

[quoted text, click to view]
AddThis Social Bookmark Button