Movie Player SDK ActiveX Control ReferenceMethods ResizeControl Movie Player ActiveX Control ResizeControl Resize the display area. Public Function ResizeControl( _ ByVal iWidth As Integer , _ ByVal iHeight As Integer) No ParameteriWidththe width of display area.iHeightthe height of display area.Return ValueNo return value Example Visual Basic SyntaxMoviePlayer1.FileName="c:\test.mpg"MoviePlayer1.PlayMoviePlayer1.ResizeControl 100 , 200