i have windows media player
then its for etc open an mp3 file
i want that when its playing mp3 the song name showing up into a label
like
Label1.Caption = w1.currentMedia.Name
but its not work D:
i have windows media player
then its for etc open an mp3 file
i want that when its playing mp3 the song name showing up into a label
like
Label1.Caption = w1.currentMedia.Name
but its not work D:
How you set which file to play using the control ?
Private Sub WindowsMediaPlayer1_Buffering(ByVal Start As Boolean)
lblStatus = "Buffering... please wait"
ProgressBar1.Value
Debug.Print lblStatus
End Sub
how to show when media buffering percent number change show in procces bar ?
what about file name ?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.