Viscom Software Screen2Video ActiveX Control

LicenseKey Property

Description:   

Sets the license key which unlocks the ActiveX control  from demo mode. This License key is supplied by the vendor.

Usage:   

Screen2Video1.LicenseKey[= value]

Data Type:   

String

Example:   

This Visual Basic example unlock the demo mode:

Private Sub Form_Load()
       Screen2Video1.LicenseKey="yourkey"

End Sub