List Info

Thread: C-Sharp (C#) Group: Re: Receiving TWAIN images




C-Sharp (C#) Group: Re: Receiving TWAIN images
user name
2006-10-17 18:57:14
Nevermind, problem solved!  I was missing the following in
my Acquire
event. Makes sense now, and it's working!

if (!msgfilter)
            {
                this.Enabled = false;
                msgfilter = true;
                Application.AddMessageFilter(this);
            }

Thanx for your help, made my life much easier .

SigmaX


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C-Sharp (C#)" group.
To post to this group, send email to C_Sharpgooglegroups.com
To unsubscribe from this group, send email to
C_Sharp-unsubscribegooglegroups.com
For more options, visit this group at http://gr
oups-beta.google.com/group/C_Sharp
-~----------~----~----~----~------~----~------~--~---

C-Sharp (C#) Group: Re: Receiving TWAIN images
user name
2006-10-18 22:52:43
Now... how would I go about bypassing my TWAIN driver's
scanning GUI,
and scan automatically?  And it's also only triggering one
page at a
time with my sheet fed scanner...

SigmaX


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C-Sharp (C#)" group.
To post to this group, send email to C_Sharpgooglegroups.com
To unsubscribe from this group, send email to
C_Sharp-unsubscribegooglegroups.com
For more options, visit this group at http://gr
oups-beta.google.com/group/C_Sharp
-~----------~----~----~----~------~----~------~--~---

C-Sharp (C#) Group: Re: Receiving TWAIN images
user name
2006-10-18 22:58:34
Looking for this line TwainLib.cs:

guif.ShowUI = 1;

Change it to:

guif.ShowUI = 0;

As for scanning multiple pages, the results of the scan are
stored in an
array, you need to loop through it for each page, other than
that, not sure
what to tell you. It seems like when I originally tested
this lib it
supported multipage scans with no problem at all.




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C-Sharp (C#)" group.
To post to this group, send email to C_Sharpgooglegroups.com
To unsubscribe from this group, send email to
C_Sharp-unsubscribegooglegroups.com
For more options, visit this group at http://gr
oups-beta.google.com/group/C_Sharp
-~----------~----~----~----~------~----~------~--~---

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )