Video Chat Receiver ActiveX Control ReferenceMethods SnapShot Video Chat ActiveX Control SnapShot Snapshot Video Chat Receiver's video window and save to JPEG file. Public Function SnapShot( ByVal strFileName As Integer )as bool ParameterstrFileName - the output image file.Return ValueReturn true if successful, otherwise return false. Example Visual Basic SyntaxbResult=VideoChatReceiver1.Snapshot("c:\temp\test.jpg")