Microsoft
Software
Hardware
Network
Question : Detecting when a file finishes playing in Embedded Windows Media Player
I have an embedded windows media player and I want it to play a new file when the current file finishes playing. I do not want to use a playlist to accomplish this.
How do I detect when a file has finished playing and tell it to play the next file?
Answer : Detecting when a file finishes playing in Embedded Windows Media Player
Check the right state here :
http://msdn.microsoft.com/
en-us/libr
ary/dd5640
85(VS.85).
aspx
You find :
MediaEnded
This one :
http://msdn.microsoft.com/
en-us/libr
ary/
dd5640
79(v=VS.85
).aspx
And finally this one :
http://msdn.microsoft.com/
en-us/libr
ary/
dd5640
90(v=VS.85
).aspx
Random Solutions
Applying service pack 7 to BES 4.0
Reference a selected rows column value from a gridview in VB .Net 3.5
Get Access Database online
Find position of second to last period in a string
Running .exe in a logon script
Help setting up simple Isolated Wifi VLAN
How do I upgrade firmware on Netgear wg103
jQuery: Add div at beginning of other div
Office Language Settings on Remote Desktop Server 2008 R2
How do I invoke a Java script for onkeypress for a dynamically added control?