Viscom Software Screen2Video ActiveX Control

FileName Property

Description:   

Set the video file name. You must set the file name before call Start Method.

Usage:   

Screen2Video1.FileName[= value]

Data Type:   

String

Example:   

This Visual Basic example set the file name before call start method:

Private Sub Capture_Click()      
        Screen2Video1.CaptureAudio=True
        Screen2Video1.FileName="c:\test.avi"
        Screen2Video1.Start

End Sub