views:

80

answers:

1
  1. User puts a piece of paper on the scanner.
  2. User presses a button on my application.
  3. Scanner works its magic and my windows form application gets the image and puts it in a pictureBox.

What would be the path of least resistance if I wanted to make something like this? I don't need the user to configure colors and settings, etc. Just simply scan the image.

Thanks for the help!

A: 

This answer should be of help:

C# TWAIN Interaction

http://stackoverflow.com/questions/476084/c-twain-interaction

chibacity
Might still work, although iffy. WIA is current.
Hans Passant