Movie Player SDK Gold ActiveX Control ReferenceMethods SetVideoWin2Caption Movie Player ActiveX Control SetVideoWin2Caption Set the window caption of secondary video window if SetVideoWin2PopUp to true. Public Function SetVideoWin2Caption( _ ByVal strCaption As String ) ParameterstrCaptionthe string of caption.No Return ValueExample Visual Basic SyntaxMe.MoviePlayer1.SetVideoWin2Show TrueMe.MoviePlayer1.SetVideoWin2Owner Me.hWndMe.MoviePlayer1.SetVideoWnd2Pos 310, 8, 300, 258Me.MoviePlayer1.SetVideoWin2PopUp trueMe.MoviePlayer1.SetVideoWin2Style 0Me.MoviePlayer1.SetVideoWnd2Caption "My Video"Me.MoviePlayer1.SetVideoWin2AspectRatio FalseMe.MoviePlayer1.FileName = "c:\test.mpg"