Hi,
Way back in 2002 I used this code to play the next song in the song list in Windows Media Player under Windows XP. However, that code no longer seems to work under Windows Vista or Windows 7. Does anyone have a solution to this problem?
Edit:
The "EndofStream" does not seem to work in Vista or Windows 7 I will check this again after I have installed the latest Windows updates.
vb Code:
Private Sub MediaPlayer1_EndOfStream(ByVal Result As Long) 'If MediaPlayer1.Controls.currentPositionString >= MediaPlayer1.currentMedia.durationString Then MsgBox ("This is working!") 'End If End Sub
Thanks,
Nightwalker




Reply With Quote