Video Chat Pro Receiver ActiveX Control ReferenceProperties VideoWindowAutoMax Video Chat Pro ActiveX Control VideoWiindowAutoMax Enable/Disable auto show full screen of the first video window. VideoChatReceiver1.VideoWindowAutoMax [=bool] Parameterbooltrue - enable auto show full screen of the first video windowfalse - disable auto show full screen of the first video windowRemarkThis property is Read/Write. Example Visual Basic SyntaxvideochatReceiver2.VideoWindowAutoMax=truevideochatReceiver2.CaptureMode = FalsevideochatReceiver2.ReceiveVideoStream = TruevideochatReceiver2.ReceiveAudioStream = TruevideochatReceiver2.ConferenceNumber=5000videochatReceiver2.ConferenceUserID=10000videochatReceiver2.EchoCanceler=truebResult = videochatReceiver2.Listen("192.168.1.12",1234)