megabyte214
Programmer
I am looking for the property that returns the time remaining for the windowa media player control. I am using it to play mp3 files.
This is what I have, but I know it is wrong.
Thank you.
This is what I have, but I know it is wrong.
Code:
Private Sub lblTime_Click()
lblTime.Caption = "Time Remaining " & MediaPlayer1.Duration & " Seconds"
End Sub
Thank you.