DVD Player ActiveX Control

ResizeControl

 

Resize the display area.

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

 

Parameter
iWidth
the width of display area.

iHeight
the height of display area.

No Return Value

Example

   

Visual Basic Syntax
DVDPlayer1.ResizeControl 100 , 200