Results 1 to 2 of 2

Thread: [RESOLVED] Play next song in Windows Media Player 11.0

Threaded View

  1. #1

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Resolved [RESOLVED] Play next song in Windows Media Player 11.0

    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:
    1. Private Sub MediaPlayer1_EndOfStream(ByVal Result As Long)
    2. 'If MediaPlayer1.Controls.currentPositionString >= MediaPlayer1.currentMedia.durationString Then
    3. MsgBox ("This is working!")
    4. 'End If
    5. End Sub

    Thanks,

    Nightwalker
    Last edited by Nightwalker83; Apr 14th, 2011 at 10:43 PM. Reason: Adding more!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width