DVD Player ActiveX Control

OnPlaying

 

Occurs when the dvd playing.

Private Sub OnPlaying(ByVal iCurPos As Double, ByVal iDuration As Double,
ByVal strCurPos As String, ByVal strDuration As String)


Parameter

iCurPos
the current position.

iDuration
the duration for current title.

strCurPos
the current position (string format).

strDuration
the duration for current title (string format).