Search found 2319 matches

by Alex
Wed Jul 23, 2008 2:03 pm
Forum: VintaSoft Twain ActiveX Discussions
Topic: KB: How to acquire positive films from Epson V700 scanner?
Replies: 0
Views: 13891

KB: How to acquire positive films from Epson V700 scanner?

You should change the document type to positive film as follows: VSTwain1.StartDevice() VSTwain1.OpenDataSource() VSTwain1.Capability = 4382 ' 0x111e VSTwain1.CapType = 0 ' One value VSTwain1.CapValue = 1 ' TWLP_TRANSMISSIVE VSTwain1.SetCap() ' Set cap value VSTwain1.Acquire() This turns on the top ...
by Alex
Wed Jul 23, 2008 1:16 pm
Forum: Announcements
Topic: VintaSoft's forums have been started!
Replies: 0
Views: 9495

VintaSoft's forums have been started!

VintaSoft's forums have been started according to numerous requests of our users on July 23, 2008. We ask you to take with understanding unfilled sections of forum during its pilot stage of implementation. We hope that soon with your help we shall make VintaSoft forums informative, interesting and c...
by Alex
Wed Jul 23, 2008 11:39 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: What to choose: ActiveX or .NET?
Replies: 0
Views: 10296

What to choose: ActiveX or .NET?

VintaSoftTwain ActiveX can be used in any COM environment. Here is a small list of possible environments: - Microsoft Visual Basic 6.0 - Microsoft Visual C++ 6.0 - Borland Delphi 7.0 - Borland C++ Builder 6.0 - Visual FoxPro 8.0 - Gupta SQL Windows 3.1 - Microsoft Access 2000 / 2003 - Visual DataFle...
by Alex
Wed Jul 23, 2008 11:39 am
Forum: VintaSoft Twain ActiveX Discussions
Topic: What to choose: ActiveX or .NET?
Replies: 0
Views: 13037

What to choose: ActiveX or .NET?

VintaSoftTwain ActiveX can be used in any COM environment. Here is a small list of possible environments: - Microsoft Visual Basic 6.0 - Microsoft Visual C++ 6.0 - Borland Delphi 7.0 - Borland C++ Builder 6.0 - Visual FoxPro 8.0 - Gupta SQL Windows 3.1 - Microsoft Access 2000 / 2003 - Visual DataFle...
by Alex
Wed Jul 23, 2008 11:23 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Using VintaSoftTwain.NET Library in Vista x64.
Replies: 4
Views: 11249

Using VintaSoftTwain.NET Library in Vista x64.

When an application that uses our .NET libraries is compiled on a 64-bit system you may run into a couple issues. Our assemblies are 32-bit assemblies; therefore any applications being compiled on a 64-bit system must run in the 32-bit bit (WOW) mode. This only requires changing the "Platform T...
by Alex
Wed Jul 23, 2008 11:19 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: KB: Hiding user interface at scanning.
Replies: 0
Views: 9551

KB: Hiding user interface at scanning.

User interface of scanner can be hidden only if you use TWAIN driver for your scanner. WIA driver does not allow to hide (disable) user interface - it's limitation of WIA drivers when they are used via TWAIN interface. Here is a code snippet for VB.NET that shows how to acquire images without UI: Tr...
by Alex
Wed Jul 23, 2008 11:19 am
Forum: VintaSoft Twain ActiveX Discussions
Topic: KB: Hiding user interface at scanning.
Replies: 0
Views: 9961

KB: Hiding user interface at scanning.

User interface of scanner can be hidden only if you use TWAIN driver for your scanner. WIA driver does not allow to hide (disable) user interface - it's limitation of WIA drivers when they are used via TWAIN interface. Here is a code snippet for Visual Basic that shows how to acquire images without ...
by Alex
Wed Jul 23, 2008 11:00 am
Forum: Hardware and Vendors Discussions
Topic: Logitech webcams.
Replies: 0
Views: 11831

Logitech webcams.

Here is a list of Logitech webcams tested with our products by us or our customers: Logitech Quick Cam Communicate Logitech Quick Cam Pro 4000 Logitech QuickCam Zoom Logitech webcams are good webcams and we can recommend them for usage with our products but only in Windows 98, 2000 and XP. Unfortuna...
by Alex
Wed Jul 23, 2008 10:33 am
Forum: Hardware and Vendors Discussions
Topic: Brother scanners.
Replies: 3
Views: 26951

Brother scanners.

Here is a list of Brother scanners tested with our products by us or our customers: Brother MFC-7220 Brother MFC-7320 Brother MFC-7820N (old TWAIN drivers scan all pages from ADF but return only the last image if UI is disabled) Brother MFC-8220 (old TWAIN drivers scan all pages from ADF but return ...