Viscom Software Screen2Video ActiveX Control

CaptureHWND Property

Description:   

Set to specific window for capturing. Set to 0 , it will capturing full screen of desktop. If your window handle is 0006091C that is hex value, you need convert to decimal value 395548

Usage:   

Screen2Video1.CaptureHWND[= value]

Data Type:   

Long

Example:   

This Visual Basic example:

Private Sub Form_Load()
        Screen2Video1.CaptureHWND =395548
        Screen2Video1.CaptureAudio=True
        Screen2Video1.Start

End Sub