October 2007 till September 2011... I guess I won't rate this answer "best". Besides, I answered it (or a similar matter) myself much much earlier:
http://www.xn--schler-dya.net/blog/2...datepanel_bug/...
User Profile
Collapse
-
Hi Zuhaib,
You can programatically access a scanner through TWAIN and/or WIA (Windows Image Acquisition).
Examples can be found here:
TWAIN .net example
WIA .net example
Best regards,
Michael Schøler
Denmark...Leave a comment:
-
C# WebClient UTF-8 woes...
Hi,
I'm having problems with the WebClient class regarding UTF-8 encoded data.
When I access a specific webservice directly I can see the data arrives in corretly formatted UTF-8. But when I try to pull data from the same webservice url through the WebClient class I get partly garbled UTF-8 data in return. Only some UTF-8 chars (double byte pairs) seems to be corrupted.
Code:// Does not work WebClient
No activity results to display
Show More
Leave a comment: