Click here to Skip to main content
15,892,072 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# projects - textbook Pin
Henry Minute19-Jan-11 15:10
Henry Minute19-Jan-11 15:10 
GeneralRe: C# projects - textbook Pin
V.20-Jan-11 0:22
professionalV.20-Jan-11 0:22 
JokeRe: C# projects - textbook Pin
fjdiewornncalwe20-Jan-11 3:41
professionalfjdiewornncalwe20-Jan-11 3:41 
AnswerRe: C# projects - textbook Pin
Richard MacCutchan19-Jan-11 21:49
mveRichard MacCutchan19-Jan-11 21:49 
AnswerRe: C# projects - textbook Pin
RaviRanjanKr26-Jan-11 2:46
professionalRaviRanjanKr26-Jan-11 2:46 
QuestionRead a XML in web service Pin
abbd19-Jan-11 6:33
abbd19-Jan-11 6:33 
AnswerRe: Read a XML in web service Pin
Henry Minute19-Jan-11 7:54
Henry Minute19-Jan-11 7:54 
GeneralRe: Read a XML in web service Pin
OriginalGriff19-Jan-11 8:28
mveOriginalGriff19-Jan-11 8:28 
AnswerRe: Read a XML in web service Pin
Dan Mos19-Jan-11 8:26
Dan Mos19-Jan-11 8:26 
QuestionRe: Read a XML in web service Pin
abbd19-Jan-11 21:23
abbd19-Jan-11 21:23 
Questionp/invoke _stat Pin
DanielWehrle19-Jan-11 5:16
DanielWehrle19-Jan-11 5:16 
AnswerRe: p/invoke _stat Pin
Richard MacCutchan19-Jan-11 5:53
mveRichard MacCutchan19-Jan-11 5:53 
GeneralRe: p/invoke _stat Pin
DanielWehrle19-Jan-11 20:37
DanielWehrle19-Jan-11 20:37 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan19-Jan-11 21:32
mveRichard MacCutchan19-Jan-11 21:32 
GeneralRe: p/invoke _stat Pin
DanielWehrle19-Jan-11 21:44
DanielWehrle19-Jan-11 21:44 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 0:05
DanielWehrle20-Jan-11 0:05 
GeneralRe: p/invoke _stat Pin
Tony Richards20-Jan-11 0:42
Tony Richards20-Jan-11 0:42 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 1:35
DanielWehrle20-Jan-11 1:35 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 1:27
mveRichard MacCutchan20-Jan-11 1:27 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 1:47
DanielWehrle20-Jan-11 1:47 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 3:50
mveRichard MacCutchan20-Jan-11 3:50 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 7:14
mveRichard MacCutchan20-Jan-11 7:14 
GeneralRe: p/invoke _stat Pin
DanielWehrle20-Jan-11 20:29
DanielWehrle20-Jan-11 20:29 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan20-Jan-11 21:31
mveRichard MacCutchan20-Jan-11 21:31 
QuestionProgramming Scanner Hardware Pin
RobScripta19-Jan-11 4:43
professionalRobScripta19-Jan-11 4:43 
I have an application in C# to process scanned invoices. A customer wants to buy a scanner for the application but has these simple requirements:
- Some 50 invoices are received each day, 40 of them single page, 10 multi page
- The 40 single page invoices are put in a stack on the ADF and the "single" button on the scanner is pushed. The scanner then creates 40 files from the 40 invoices, ready for further processing.
- The first multi page invoice is put on the adf and the "multi" button on the scanner is pushed. The scanner then creates 1 (PDF) file from all pages in the adf
- the second multi page invoice etc...

What I want is to program the buttons on the scanner to do exactly that (with resolution and color depth etc). It may be on a network scanner, it may also be an USB scanner (with software running on a dedicated PC).
It must exist, I think it's a reasonable request, but extensive googling gives millions of results but nothing usefull.

Can anybody give me a pointer ?

Rob

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.