Twain Scanner Application?
Jul 12, 2009anyone tried using twain in scanner.I wanted to store in my database
View 1 Repliesanyone tried using twain in scanner.I wanted to store in my database
View 1 RepliesI have been working with TWAIN driver for few days. I have learnt how to connect to the scanner or get the working scanners connected to the machine. I am having a problem now, eventhough i get connected to the scanner, I am not able to set the capabilities from my application. The scanner scans using the capabilities that are set on it but not from my application. I have looked at the sample code given with twain pro but even that doesnt set the capabilities of the scanner. For example if the scanner is set to 300 dpi and I set 200dpi from my application, the scanner scans with 300 dpi. It gives me an error saying that the value given is out of range.
View 1 RepliesI would like to do the application that accept the reading from Barcode scanner. What barcode scanner I should use? And, vb.net can support on that and work well?
View 6 Repliesi have one problem to implement finger print scanner using we application.
how it possible,i have digital persona kit
Can a console (custom) app be used to load/save scanned data in the scanner itself? The documentation with my scanner explains that a custom application can be used. Would that be a reference to a console app?
View 11 RepliesSo I got a working code for my scanner HP. it works perfectly
[Code]...
So - we are FED UP with our medical records packaging (document imaging) system and want to create a simple filing interface for our scanners to use in VB. Part of this deal is getting VB to interact with a TWAIN Driver.
There is some code out there for ASP.NET and C# - does anyone know of a VB.Net based code I could look at?
I have spent part of my day trying to recreate the ASP into VB but the calls are just different enough to get interesting.
I am making an application to scan with TWAIN. I can get to state 4 OK, and scan with the UI. But I need to hide the UI. When I do this the scanner does nothing. I believe it needs some capabilities set (like height and width). So I try to get the physical height and width so I can set them. Herein lies the problem. I get 18874402 back for the physical height and width. (neither can I get the units). I get RC=SUCCESS. I don't think it could be a signed/unsigned issue because what boundary is at 18 million +/- with whatever units? I tried some other code I found but that returns 0. I can't figure out what I am doing wrong. Here's the code:
[Code]...
I would like to know if there is a built-in TWAIN Scanning library in .Net 4 to use it in VB.NET.
View 1 RepliesI am using a TwainPro4.dll for scanning purposes in my VB.net application framework v3.5.When i run my application i get the below exception,
LoaderLock was detected
Message: DLL 'C:WINDOWSassemblyGACPegasusImaging.WinForms.TwainPro44.0.22.0__80d669b8b606a2daPegasusImagi
[code].....
I am trying to perform Twain scanning using the twain_32.dll, but no luck. Whatever solutions I have got call the dll GUI.
I want to perform scanning by passing custom settings to the scanner for every scan. For eg. In duplex I want to scan the Front side in color & Back side in Grayscale. OR Scan every Alternate page as Color and B/W
The combination can be anything. I've tried & and succeeded using WIA but it limited me to a certain extent. how to proceed using TWAIN and without displaying the GUI. I am open to options where a communication to Twain Connection Manager is established & commands are passed.
I need to write a program that will capture a twain scan, then let the user input a file name and append a date and time stamp to the file. Afterwards, it should upload the file to a ftp share on our network. As a bonus, I would like it to log the transaction to a SQL server so we can verify the file was uploaded. The catch is, I have almost no programming experience. I have written a small program here and there, but never something that I had to call an outside source for besides SQL. We do have an in-house VB programmer, but he is to busy to do something like this. I wanted to give it a try myself before hiring someone else to do it since it sounds like such a simple program. I know how to layout the basic forms and I can probably figure out how to log the transaction, but I am looking for examples on twain scans and saving to ftp.
View 4 RepliesHow to implement Twain OCX in VB.NET project for scanning or loading pictures?
View 1 RepliesI have created programm to scan image from scanner using twain tool ,I want scan exatlly student card by this tool , but every time I make scan the image change size like from 300*400 to 600*800 so I want to make Dimensional of scanned image(card) in fixed Dimensional so i can use it to other purpose like use it in matlab how I can fixed Dimensional in vb.net from program so I do not allow user to change it from tool?
View 3 RepliesIs it possible to make a url scanner in vb 2008?Like if i got a website and i want to see all pages in that website?
View 1 RepliesI'm looking for the proper code in .net platform to call and edit different properties of ADF scanner. And also how to find out if there is any paper(s) in the feeder?
View 4 Repliescan i get images from the scanner(s) with out using TWAIN library
View 1 RepliesI have a .dll for a handhelp upc scanner that is in vb 6. Anyone know how to write the following 2 lines of code in VB.net.
Dim NameStr AsString Dim TextAsc(120) AsByte '120 is large enough, no more Dim TextLen AsByte Dim Count AsByte
Open NameStr For Binary Access Write As #1 Len = 1
Put #1, , TextAsc(Count - 1)
I've installed visual studio 2008.is the visual basic in that package known as VB.net? My 2nd question: how can i use scanner for scanning using VB.net?do i have to use WIA? or i can use the default program for scanning?
View 1 RepliesI would like to attempt to make an EMS scanner. It would listen to specific frequencies such as 155.940. I do not know where to begin. If you happen to have any information on creating something like could post a link and help me out. I have noticed that there is an app out for the smartphones (Scanner 911). That is very simiar to what I would like to develope.
View 5 Replieswho have a code for the integration of a scanner in an application.such that there can be a generation of barcodes which can be detected by the scanner.
View 3 RepliesI am writing an inventory control application in which a barcode scanner will be hooked up to a laptop computer in our shipping/receiving department. What I'm wondering is, whenever a shipment comes in and the receiving clerk starts scanning the products, what exactly do I need to do in order to setup our database so that the scanner recognizes which vendor/product etc. and puts the data in the correct tables. I've written inventory control apps before but never one that incorporated the use of a barcode scanner.
View 8 RepliesIs there any Visual Basic SDK that will let me scan a barcode from a webcam, not an image? I have seen some that read from files, but this is not what I am looking for. If possible, I would love it if this is free!
View 2 RepliesI have downloaded the BarcodeLib.dll from[url]...
And however, my barcode scanner cannot read the hard copy barcode images that i have printed out as the following.[url]...
I have done research and some articles mention that dimension of the images will effect the readability of the barcode.
May i know what is the correct dimension to make my barcode images to be readable?
I have a barcode scanner connected to a PC that working with a c# program.now i want to distinguish between the scanner and the keyboard which one is sending data to my program.
somebody said this to me in another topic(but i can't do this yet): basically you can configure the scanner to send some characters that basically tell the computer "hi, it's me". When you see those characters in your input stream, you know the information is coming from the barcode scanner, not from something the user typed on the keyboard. Did you check the manual that came with your barcode scanner? It should have more information about this.
this is a archiving system and am trying to call scanner fujistu from basic code script, so
how i can call scanner fujistu from visual basic ?
I need to create a code, that allows me manipulate a scanner for to do the functions of scanning and save the image.
View 1 RepliesI had a scanner M9090 (OS-> Windows CE), I need to show a graph based on certain results
View 6 RepliesDoes anyone know how Crucial are able to scan a system and identify what memory is installed and then report what the possible upgrade options are? I can work out how to see what the current installed memory, available free memory and memory in use is, but how the hell do they know what the system can take as an upgrade?!
View 2 RepliesI am creating a program and one of its functions is that it will go to a website and click on an image. I would normally use the invoke command but since it is an image I need to click I need to go this way. I am not sure how I could go about doing this. I believe I would need to take a screenshot then scan for a bmp image I have saved of the button. Then some how send a mouse click to that image without moving the mouse. Here is what I have so far, all it is is a function to take a screenshot.
[Code]...