What's the easiest way to use a connected scanner?
Hi there. I'm making an application that your typical CRUD scenario. I also need to scan a document and save that image to disc. I don't really need complex image manipulation, just a simple "call scanner to scan, catch the scanned image" approach. What's the easiest way to accomplish this on a Windows Form .NET 3.5 c# application? T...