VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



How to work with window media player in VB.NET project

by Faisal Kafeel (1 Submission)
Category: Sound/MP3
Compatability: VB.NET
Difficulty: Unknown Difficulty
Originally Published: Sun 3rd June 2007
Date Added: Mon 8th February 2021
Rating: (1 Votes)

How to work with window media player in VB.NET project

Rate How to work with window media player in VB.NET project



        Dim b As New OpenFileDialog()
        b.ShowDialog()
        Dim c As String
        c = b.FileName
        wmp.URL = c
    End Sub

Download this snippet    Add to My Saved Code

How to work with window media player in VB.NET project Comments

No comments have been posted about How to work with window media player in VB.NET project. Why not be the first to post a comment about How to work with window media player in VB.NET project.

Post your comment

Subject:
Message:
0/1000 characters