Viscom Software VideoCap ActiveX Control

ShowVideoCapturePropertyPage Method

Description:   

Shows the property page of the VideoCapture if available.

Usage:   

VideoCap1.ShowVideoCapturePropertyPage hOwnerHandle

hOwnerHandle - the window handle of parent window.

Return Value:

Return TRUE - successful , Return FALSE - Failure.

Example:   

This Visual Basic example shows how to display the property page of  first the video capture device.

VideoCap1.Device = 0
VideoCap1.Start
VideoCap1.ShowVideoCapturePropertyPage hWnd