473,803 Members | 2,279 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What TWAIN Componet do you use?

What EASY TO USE TWAIN component do you guys use? We've tried Pegasus and Leadtools and they are both implementations that we
cannot use.

Anyone have another suggestion? URLs and comments are appreciated.

Thanks
Scott
Nov 21 '05 #1
5 1374
md
Take a look at this:

http://www.planetsourcecode.com/vb/s...t=Alphabetical

It might help

Matt

"Scott Meddows" <sc************ ******@tsged-removeme.com> wrote in message
news:eE******** ******@TK2MSFTN GP11.phx.gbl...
What EASY TO USE TWAIN component do you guys use? We've tried Pegasus and Leadtools and they are both implementations that we cannot use.

Anyone have another suggestion? URLs and comments are appreciated.

Thanks
Scott

Nov 21 '05 #2
Hi Scott,

I use Twainpro from Pegasus. What problems are you having with this
control??

Best wishes

Paul Bromley
"Scott Meddows" <sc************ ******@tsged-removeme.com> wrote in message
news:eE******** ******@TK2MSFTN GP11.phx.gbl...
What EASY TO USE TWAIN component do you guys use? We've tried Pegasus and Leadtools and they are both implementations that we cannot use.

Anyone have another suggestion? URLs and comments are appreciated.

Thanks
Scott

Nov 21 '05 #3
Can you control the brightness and gamma of the scan using this?

"md" <so*****@micros oft.com> wrote in message news:uW******** ********@TK2MSF TNGP11.phx.gbl. ..
Take a look at this:

http://www.planetsourcecode.com/vb/s...t=Alphabetical

It might help

Matt

"Scott Meddows" <sc************ ******@tsged-removeme.com> wrote in message
news:eE******** ******@TK2MSFTN GP11.phx.gbl...
What EASY TO USE TWAIN component do you guys use? We've tried Pegasus

and Leadtools and they are both implementations that we
cannot use.

Anyone have another suggestion? URLs and comments are appreciated.

Thanks
Scott


Nov 21 '05 #4
We cannot adjust the settings of the scanners (Brightness/Gamma)

If we adjust the settings the scan doesn't change. And it just seems to throw a LOT of exceptions in the "Visual C++ Library".

I can get some specifics if you would like.

"Paul Bromley" <fl*******@dsl. pipex.com> wrote in message news:uY******** *****@TK2MSFTNG P11.phx.gbl...
Hi Scott,

I use Twainpro from Pegasus. What problems are you having with this
control??

Best wishes

Paul Bromley
"Scott Meddows" <sc************ ******@tsged-removeme.com> wrote in message
news:eE******** ******@TK2MSFTN GP11.phx.gbl...
What EASY TO USE TWAIN component do you guys use? We've tried Pegasus

and Leadtools and they are both implementations that we
cannot use.

Anyone have another suggestion? URLs and comments are appreciated.

Thanks
Scott


Nov 21 '05 #5
md
I have no idea. Did you download it and try it??
"Scott Meddows" <sc************ ******@tsged-removeme.com> wrote in message
news:uI******** ******@TK2MSFTN GP10.phx.gbl...
Can you control the brightness and gamma of the scan using this?

"md" <so*****@micros oft.com> wrote in message

news:uW******** ********@TK2MSF TNGP11.phx.gbl. ..
Take a look at this:

http://www.planetsourcecode.com/vb/s...t=Alphabetical
It might help

Matt

"Scott Meddows" <sc************ ******@tsged-removeme.com> wrote in message news:eE******** ******@TK2MSFTN GP11.phx.gbl...
What EASY TO USE TWAIN component do you guys use? We've tried Pegasus

and Leadtools and they are both implementations that we
cannot use.

Anyone have another suggestion? URLs and comments are appreciated.

Thanks
Scott



Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
4829
by: ren | last post by:
Hello all, I'm looking for a method, to program TWAIN directly via API calls... Because the Twain OCX under Windows from Kodak is very slow... When I scan via software or the OCX, the TWAIN driver reloads everytime, I would like to keep it open, so I can close it when I exit the program. Thanx, Paul
0
2312
by: Neil Benn | last post by:
Hello, Has anyone had any success with python twain? I've downloaded it and run the module however, I'm getting a python core crash when calling to SourceManager.OpenSource. Needless to say, I've already tested the scanner with a twain based application and it didn't crash it so I'm guessing that the issue is with the python twain and not the scanner itself. Any tips, helps or <didn't you check that you wally comments> would
3
12873
by: Konrad | last post by:
Hi Can you point me articles concerning using of twain drivers for grabbing image from camera. Thanks Konrad
3
1994
by: DB | last post by:
vb.net. What should I look at for acquiring scanner images? Why? WIA? TWAIN? tks, DB
0
1369
by: DynamSoft Corp. | last post by:
We provide FREE coding service for you! Dynamic TWAIN is very powerful and easy to use. It is compatible with TWAIN specification V1.9. and has built-in JPEG encoder and decoder. It supports all three image transfer modes and many other features and you can typically do your TWAIN job in several lines of code. More information could be found in: http://www.dynamsoft.com/TWAIN_Overview.html
2
3323
by: samuabreu | last post by:
I'm currently developing an API of Twain for Java. As Twain is implemented in C (and in fact Im writing and calling C methods from the app) I couldn't find a better group to search for twain development related issues. Here's my question: Does anyone know why when I negociate the capabilities ICAP_XRESOLUTION and ICAP_YRESOLUTION I'm getting all sorts of repeated random values like: 100, 100, 0, 0, 117, 5, 8, 0, 87, 78, 79, 83, 115,...
4
14853
by: Peter Stojkovic | last post by:
I have a .NET VB project and I must scan some documents Should I use TWAIN or WIA ( Windows Image A.) Is there a free Example availabe for :NET in VB ?? Thanks for any help
4
9802
by: Dustin Davis | last post by:
I'm hoping there is a TWAIN expert lurking here somewhere :) I'm writing a very customized application. The software will be set up in multiple location and will always have two types of scanners attached to the computer. The scanners are microfilm/fiche and a flatbed. So I've created a scanner setup screen where the user can select the twain source for the fiche/film scanner and the twain source for the flatbed scanner. I'm using an...
0
1399
by: jade9032 | last post by:
Hi, I am using the standard twain calling functions from twain.org and everything works correctly. The error happens when I try to press the cancel button on the scanner to cancel the print job. My program crashes and the error points to wiadss.dll. The problem will only occurs when I try to scan using WIA. For normal Twain interface, the cancelling works fine. The part of the code that crash is at DG_IMAGE,DAT_IMAGENATIVEXFER,MSG_GET.
0
9562
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10289
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10068
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7600
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6840
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5496
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3795
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2968
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.