Video Chat Pro ActiveX Control

AdjustVideoWindowSize

 

After resize the video chat pro receiver control in runtime, you need call this method to update the video window size.
If you called Listen method first , then call AdjustVideoWndowSize method, you need call Listen method again.

Public Function AdjustVideoWindowSize()
    

 

No Parameter

No Return Value


Example

   

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