Movie Player ActiveX Control

ResizeControl

 

Resize the display area.

Public Function ResizeControl( _
  ByVal iWidth As Integer , _
  ByVal iHeight As Integer
)

 

No Parameter
iWidth
the width of display area.

iHeight
the height of display area.

Return Value

No return value


Example

   

Visual Basic Syntax
MoviePlayer1.FileName="c:\test.mpg"
MoviePlayer1.Play
MoviePlayer1.ResizeControl 100 , 200