Hi!

Finally I've found some infos for scanning with VB6 and WIA with Microsoft Windows Image Aquisition Library 2. Unfortunately I have a problem:

After I've added the component to the tools list, there are 2 new components in the list: DeviceManager and CommonDialog. But I can't drop CommonDialog to a form and I get an error: "System error &H80004005 (-2147467259)".
Even the source code
Dim cmdg As CommonDialog
Dim img As ImageFile
Set img = cmdg.ShowAcquireImage
produces an error: "Run-time error '91': Object variable or With block variable not set".

wiaaut.dll should be registered correctly in Win.7 because it's there from the beginning and "Regsvr32 wiaaut.dll" was also successful.

I've googled some times but couldn't find a solution.

And why do the old CommonDialog (i.e. for FileOpen etc.) and the new one have the same name although they don't have anything common?

Thanks
PW