ASkolits
askolits at nni.com
Thu Dec 11 17:36:28 CST 2008
Well, that's even more expensive than the other one! I did find that you can download the MS Image Acquisition Automation Library v2.0 at http://www.microsoft.com/downloads/details.aspx?FamilyID=a332a77a-01b8-4de6- 91c2-b7ea32537e29&DisplayLang=en After registering the control and adding it to the library references, the code is as simple as: Dim commondialog1 As Object Dim img As ImageFile Set commondialog1 = CreateObject("wia.commondialog") Set img = commondialog1.ShowAcquireImage img.SaveFile ("c:\test.jpg") Very simple and AFAIK, free. I found this info info at: http://www.utteraccess.com/forums/printthread.php?Cat=&Board=89&main=1181426 &type=thread John -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Thursday, December 11, 2008 5:40 PM To: accessd at databaseadvisors.com Subject: Re: [AccessD] Scanning from Access to a file Hi John Yes, csXImage: http://databaseadvisors.com/pipermail/dba-vb/2008-July/001919.html /gustav >>> askolits at nni.com 11-12-2008 22:36 >>> Anyone have a control that I can use for scanning docs within Access. I ran across DBPixA97 by AMMARA but it was $350 for a licensed version. Another choice was VSTwain41 by VintaSoft that would cost $80 but I couldn't get their unbranded version to work with Access. Anyone else know of a control that I could use or maybe some code? I just want to scan the image and store the resulting file to the hard drive. I would prefer a jpg file to keep the file small. Thanks, John -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com