ShowAcquisitionWizard Method
Starts the Scanner and Camera Wizard.
Syntax
object.ShowAcquisitionWizard( _ Device As Device) As Variant
Parameters
- Device
Required. Device object.
Return Value
Returns Nothing.
Remarks
The following example shows how to launch the Microsoft Windows Scanner and Camera Wizard.
Dim dev 'As Device Set dev = CommonDialog1.ShowSelectDevice CommonDialog1.ShowAcquisitionWizard dev
Method Information
Minimum operating systems Windows XP SP1
See Also
CommonDialog, ShowDeviceProperties, ShowSelectDevice, ShowSelectItems, Device, Connect, Device (VideoPreview)