Movie Player SDK Gold ActiveX Control ReferenceMethods SetVideoWin2Style Movie Player ActiveX Control SetVideoWin2Style Set the window style of secondary video window if SetVideoWin2Popup to true. Public Function SetVideoWin2Style( _ ByVal iStyle As Integer ) ParameteriStyle0 - No Resize the window.1 - Allow Resize the windowNo 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"