Hi,
I have a windows media player on my form - works fine.
I'd like to have a label show about 2 - 3 seconds into my wmv file playing.
How do I do that?
I have this but it's not working at all:
I have a windows media player on my form - works fine.
I'd like to have a label show about 2 - 3 seconds into my wmv file playing.
How do I do that?
I have this but it's not working at all:
Code:
If AxWindowsMediaPlayer1.Ctlcontrols.currentPositionString > "00:03" Then
MsgBox("hi")
End If