Video Chat Pro ActiveX Control

ChatBannerDirection 

 

(For Chat Banner plugin only) Set the direction of scrolling banner before call Connect method. 
 

Public Function ChatBannerDirection(
    ByVal iDirection As Integer
    )

 

Parameter
iDirection
0 - Up
1 - Down
2 - Left
3 - Right


No Return Value

Example

   

Visual Basic Syntax
VideoChatSender1.VideoDevice=0
VideochatSender1.AudioDevice=0
VideochatSender1.VideoFormat =0
VideochatSender1.FrameRate = 15
VideochatSender1.VideoBitrate = 50000
VideochatSender1.AudioComplexity = 0
VideochatSender1.AudioQuality = 0
VideochatSender1.SendVideoStream = True
VideochatSender1.SendAudioStream = True
VideoChatSender1.OverlayType = 2
VideoChatSender1.ChatBannerDirection 2
iresult = VideochatSender1.Connect("192.168.1.12", 7000)
VideoChatSender1.ChatBannerAddText "This is my message"
VideoChatSender1.ChatBannerFillBgColor True
VideoChatSender1.ChatBannerBgColor 255,0,0,255