Search found 2323 matches

by Alex
Mon Jan 11, 2010 10:34 am
Forum: VintaSoft Twain ActiveX Discussions
Topic: VintaSoftTwain ActiveX in laptop with integrated webcam
Replies: 1
Views: 15662

Re: VintaSoftTwain ActiveX in laptop with integrated webcam

Hello Ana,

You have no sources - this means that you do not have TWAIN or WIA drivers installed in the system. Please try to find TWAIN or WIA driver for your webcam.

Best regards, Alexander
by Alex
Mon Jan 11, 2010 10:33 am
Forum: VintaSoft Twain ActiveX Discussions
Topic: Problem with VintaSoftTwain ActiveX Examples
Replies: 1
Views: 20545

Re: Problem with VintaSoftTwain ActiveX Examples

Hello, ...CODEBASE="http://localhost/VSTwainDemo/cab/VSTwain.dll#version=5,1,0,3"> ...The cab file is where it's supposed to be but when ScanStart() is triggered methods that are expected are not there... You must use the following string if you use CAB file: CODEBASE="http://localhos...
by Alex
Mon Jan 11, 2010 10:12 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scan documents with ADF Scanner...
Replies: 3
Views: 8047

Re: Scan documents with ADF Scanner...

Hello Umesh, I want to know, how I upload the multiple pages with ADF scanner? Your code has logical mistake, here is correct code: Dim oImageMemoryStream as memorystream If bFirstImage Then oImageMemoryStream = VSTwain.GetImageAsStream(0, ImageFileFormat.TIFF) bFirstImage = False Else VSTwain.SaveI...
by Alex
Thu Dec 10, 2009 8:12 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: MultiSelect thumbs
Replies: 1
Views: 7761

Re: MultiSelect thumbs

Hello,

You can use this code to select the second image in the viewer:

Code: Select all

thumbnailViewer.SelectedIndices.Add(1)
thumbnailViewer.Invalidate()
Best regards, Alexander
by Alex
Thu Dec 10, 2009 8:10 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Symmetry Control When Drawing
Replies: 7
Views: 11815

Re: Symmetry Control When Drawing

Hello Kevin,

Unfortunately the release date of new version was moved to January 2010. I think that you will not be disappointed.

Best regards, Alexander
by Alex
Tue Dec 08, 2009 8:48 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Symmetry Control When Drawing
Replies: 7
Views: 11815

Re: Symmetry Control When Drawing

Hello Kewin,

Thank you for the suggestion. We will add ability to build symmetrical annotations visually in next version of library which will be available this week.

Best regards, Alexander
by Alex
Mon Dec 07, 2009 7:44 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: BarcodeWriter in WebService
Replies: 3
Views: 10654

Re: BarcodeWriter in WebService

Can you send a demo project to support@vintasoft.com?

Best regards, Alexander
by Alex
Mon Dec 07, 2009 7:43 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Newbie Question
Replies: 3
Views: 7352

Re: Newbie Question

What would happen if I didn't have THAT software installed?
Our library works with TWAIN drivers. "Software" - it's a TWAIN driver. You will not be able to work with the scanner if TWAIN driver of the scanner is not installed in the system. :)

Best regards, Alexander
by Alex
Fri Dec 04, 2009 9:14 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Newbie Question
Replies: 3
Views: 7352

Re: Newbie Question

Hello,

You can check the following properties to make sure that you have TWAIN devices:
  • IsTwainAvailable - determines if TWAIN is installed in the system.
  • SourcesCount - returns the number of TWAIN Data Sources.
Please read the documentation to get more info.

Best regards, Alexander
by Alex
Fri Dec 04, 2009 9:11 am
Forum: VintaSoft Twain ActiveX Discussions
Topic: issue with buffer overflow?
Replies: 8
Views: 27439

Re: issue with buffer overflow?

Hello, If you have a problem with the scanner or other TWAIN device we recommend trying the following things: Get the latest version of the scanner's drivers from the *'s web site and re-install them. Make sure you have the latest version of VintaSoftTwain ActiveX. If you still have a problem, pleas...