Movie Player Pro ActiveX Control ReferenceMethods SetVideoWin2AspectRatio Movie Player ActiveX Control SetVideoWin2AspectRatio Enable/Disable aspect ratio of secondary video window. Public Function SetVideoWin2AspectRatio( _ ByVal bEnable As Bool ) ParameterbEnableTrue - enable aspect ratio, False - disable aspect ratio.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"