Video Chat Pro ActiveX Control

ResizeControl

 

Resize the video chat pro receiver control in runtime.

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

 

Parameter
iWidth - the width of control in pixels
iHeight - the height of control in pixels

No Return Value


Example

   

Visual Basic Syntax
VideoChatReceiver1.ResizeControl 720,480
VideoChatReceiver1.AdjustVideoWindowSize()