Viscom Software VideoCap ActiveX Control

ShowVideoFormatPropertyPage Method

Description:   

Shows the property page of the Video Format if available.

Usage:   

VideoCap1.ShowVideoFormatPropertyPage 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  video format.

VideoCap1.Device = 0
VideoCap1.Start
VideoCap1.ShowVideoFormatPropertyPage hWnd