Hi All,
I have an application uses WIA (Windows Image Acquisition library). The application work fine in Windows XP, but the Windows 7 give an error saying The WIA device is not online
I am using the following code :
When the second line executes the error is thrown in Windows 7,
What may be the issue ?
Regards,
KlariMol
I have an application uses WIA (Windows Image Acquisition library). The application work fine in Windows XP, but the Windows 7 give an error saying The WIA device is not online
I am using the following code :
Code:
Dim MyImg As ImageFile
Set MyImg = CommonDialog.ShowAcquireImage
What may be the issue ?
Regards,
KlariMol