Wrox Programmer Forums
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 1st, 2005, 04:08 AM
Authorized User
 
Join Date: Jul 2004
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Default Kodak image scan control


Hi experts!

Am using a Kodak Image control to scan a image.
The code scans a small image without any problem.
But, on scanning a large image (11.66MB),
the scanning is not done. The events that are
fired in case of a large image are:
ScanStarted()
ScanUIDone()
After the above event is fired, all other events
are ignored and the control comes back to
ImScan.CloseScanner. It skips the PageDone, ScanDone events
and the scanning of the image is not done.

My code is as follows:

    With ImgScan

        .OpenScanner
        .FileType = JPEG
        .ShowSetupBeforeScan = True
        .ScanTo = FileOnly
        .Image = m_sImage
        .StartScan
        .CloseScanner

    End With

Anyone who knows why this happens? PLease help me.
Its very urgent.

Thanks,
Spacy.








Similar Threads
Thread Thread Starter Forum Replies Last Post
Loading Image to Image Control using JavaScript ctranjith General .NET 1 May 28th, 2013 05:43 AM
Kodak Libraries dmoorejr VB Components 5 August 5th, 2011 03:24 AM
Copy kodak image edit control's image to clipboard vishwanathduddilla Visual Studio 2005 0 November 3rd, 2008 10:10 AM
Web Image with kodak imgedit control MK2 VB Components 1 June 15th, 2004 11:08 PM
Virus Scan koneruvijay VS.NET 2002/2003 0 February 24th, 2004 03:35 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.