PC Review


Reply
Thread Tools Rate Thread

Controlling Scanner

 
 
=?Utf-8?B?TWFsYyBQYXluZQ==?=
Guest
Posts: n/a
 
      20th Feb 2006
I am trying to control a scanner from within Access, allowing users to select
account details etc. and scan documents for storage and later retrieval. I
have been checking out a number of products that claim to allow this, but
never quite achieve was I want. I've looked at ScanDLL50 from Informatik
which is an activeX control but am not sure if this will work with Access.
Has anyone used this product and if so, can you tell me how to use it?
 
Reply With Quote
 
 
 
 
PC Datasheet
Guest
Posts: n/a
 
      20th Feb 2006
Have you looked at --
http://www.leadtools.com/
http://www.pegasusimaging.com/scanning.htm
http://www.twain.org/

Then consider this ---
Look at:

http://www.microsoft.com/downloads/d...ng=en#filelist

Set Reference to: Microsoft Windows Image Acquisition Library v2.0

Public Function scan()

Dim objDlg As Object
Dim objMgr As Object
Dim i As Integer

Set objDlg = CreateObject("WIA.CommonDialog")
Set objMgr = CreateObject("WIA.DeviceManager")

For i = 1 To objMgr.DeviceInfos.Count
Debug.Print objMgr.DeviceInfos(i).Properties("Name").Value & vbCrLf _
& "[ " & objMgr.DeviceInfos(i).DeviceID & " ]"
Next

End Function


Note: Then WIAAutSDK readme file says:

"The Windows Image Acquisition Library v2.0 is only designed to support the
PNG, BMP, JPG, GIF and TIFF image formats. It should not be relied upon to
support other formats, though they may appear to be supported depending on
system configuration."

Some helpful sites:

http://www.ilixis.com/developer/modi.html

http://home.earthlink.net/~ritter/tiff/#whatis


---
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
Over 1125 users have come to me from the newsgroups requesting help
(E-Mail Removed)





"Malc Payne" <(E-Mail Removed)> wrote in message
news:B5246E1E-35BB-42C1-BF33-(E-Mail Removed)...
>I am trying to control a scanner from within Access, allowing users to
>select
> account details etc. and scan documents for storage and later retrieval. I
> have been checking out a number of products that claim to allow this, but
> never quite achieve was I want. I've looked at ScanDLL50 from Informatik
> which is an activeX control but am not sure if this will work with Access.
> Has anyone used this product and if so, can you tell me how to use it?



 
Reply With Quote
 
StopThisAdvertising
Guest
Posts: n/a
 
      20th Feb 2006

"PC Datasheet" <(E-Mail Removed)> schreef in bericht news:sdmKf.1180$(E-Mail Removed)...
> ---
> PC Datasheet
> Your Resource For Help With Access, Excel And Word Applications
> Over 1125 users have come to me from the newsgroups requesting help
> (E-Mail Removed)
>
>


--
To Steve:
Over 380 users from the newsgroups have visited the website to read what kind of a 'resource' you are...

To the original poster:

Most people here have a common belief that the newsgroups are for *free exchange of information*.
But Steve is a notorious job hunter in these groups, always trying to sell his services.

Before you intend to do business with him look at:
http://home.tiscali.nl/arracom/whoissteve.html

Arno R
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Controlling a scanner connected to XP machine Qu0ll Windows Vista General Discussion 8 16th Jun 2007 11:58 PM
Controlling a scanner from Access =?Utf-8?B?TWFsYyBQYXluZQ==?= Microsoft Access 0 29th Nov 2005 02:40 PM
Windows XP Home: Scanner and Camera Control Panel defect: No installed scanner appears - and no scanner works! tah Windows XP Help 6 15th Dec 2003 08:42 PM
controlling Scanner Sean Jackson Microsoft Access 0 22nd Oct 2003 05:13 AM
Controlling a scanner Rick Microsoft Access VBA Modules 0 10th Sep 2003 03:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:03 AM.