In order to use the COM objects in your visual basic application add WCaptureX libraries to the list of the project references. Optionally, you may add also: Imports WCaptureXLib In
order to reference the objects without specifying the namespace.
The actual creation is: Dim capture As IWCaptureX Set capture = New WCaptureXClass |