Viscom Software VideoCap ActiveX Control

UseDualDisplay Property

Description:   

Enables/disables use dual display features. Make sure you have multimonitor display card and selected extend my Window Desktop onto monitor 2 in Display Properties
 

Usage:   

VideoCap1.UseDualDisplay[= value]

Data Type:   

BOOL

Example:   

This code demonstrates how to use UseDualDisplay property.

Private Sub Form_Load()
        VideoCap1.UseDualDisplay=TRUE
        VideoCap1.Start
End Sub


Value:   

True or False