Click here to Skip to main content
15,904,346 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to call a method in every specific seconds? Pin
dan!sh 3-Jun-08 21:08
professional dan!sh 3-Jun-08 21:08 
Questionttyrywrewe Pin
anujarya_20013-Jun-08 19:34
anujarya_20013-Jun-08 19:34 
AnswerRe: ttyrywrewe Pin
Shree3-Jun-08 19:39
Shree3-Jun-08 19:39 
QuestionFingerprint Reader Pin
Member 47748683-Jun-08 19:08
Member 47748683-Jun-08 19:08 
AnswerRe: Fingerprint Reader Pin
Shree3-Jun-08 19:48
Shree3-Jun-08 19:48 
AnswerRe: Fingerprint Reader Pin
Harvey Saayman4-Jun-08 0:14
Harvey Saayman4-Jun-08 0:14 
GeneralRe: Fingerprint Reader Pin
Member 47748684-Jun-08 4:22
Member 47748684-Jun-08 4:22 
GeneralRe: Fingerprint Reader Pin
Harvey Saayman4-Jun-08 4:44
Harvey Saayman4-Jun-08 4:44 
you'll definitely HAVE TO use the manufacturers SDK...

... unless you want to scan the USB port and somehow by trail and error compare what you send and what you receive in response. and i know this does not work very well. one of my co workers used to do that and it takes months!!!

i know those little finger print scanners, thats an "online" model. what it will do is just send a fingerprint-template* to the computer its connected too. your program will then have to catch the event, compare the fingerprint to a database of sorts and decide if the person should get access to what ever its for or not.

*finger print template = the device takes the image of your fingerprint and converts it to either a STRING template(which looks like garbage characters) or a byte array

trust me, if you really want to use that finger print scanner get the SDK and use it. if you for some reason can't, in my humble opinion, don't even bother trying.

good luck!

Harvey Saayman - South Africa
Junior Developer
.Net, C#, SQL
think BIG and kick ASS
you.suck = (you.passion != Programming)

GeneralRe: Fingerprint Reader Pin
Member 47748684-Jun-08 18:14
Member 47748684-Jun-08 18:14 
GeneralRe: Fingerprint Reader Pin
Harvey Saayman8-Jun-08 20:12
Harvey Saayman8-Jun-08 20:12 
GeneralRe: Fingerprint Reader Pin
satiss7pwr1-May-11 21:17
satiss7pwr1-May-11 21:17 
QuestionMessaging system betwenen users of network site Pin
Harinder Sandhu3-Jun-08 18:59
Harinder Sandhu3-Jun-08 18:59 
AnswerRe: Messaging system betwenen users of network site Pin
Sam Xavier3-Jun-08 19:09
Sam Xavier3-Jun-08 19:09 
GeneralRe: Messaging system betwenen users of network site Pin
Harinder Sandhu3-Jun-08 21:11
Harinder Sandhu3-Jun-08 21:11 
QuestionRemoving row from data table Pin
Lijo Rajan3-Jun-08 18:45
Lijo Rajan3-Jun-08 18:45 
AnswerRe: Removing row from data table Pin
PIEBALDconsult3-Jun-08 19:32
mvePIEBALDconsult3-Jun-08 19:32 
AnswerRe: Removing row from data table Pin
Sam Xavier3-Jun-08 19:37
Sam Xavier3-Jun-08 19:37 
QuestionExpression too complex Pin
joeyan3-Jun-08 18:01
joeyan3-Jun-08 18:01 
AnswerRe: Expression too complex Pin
Christian Graus3-Jun-08 18:15
protectorChristian Graus3-Jun-08 18:15 
GeneralRe: Expression too complex Pin
leppie3-Jun-08 18:24
leppie3-Jun-08 18:24 
GeneralRe: Expression too complex Pin
PIEBALDconsult3-Jun-08 19:29
mvePIEBALDconsult3-Jun-08 19:29 
GeneralRe: Expression too complex Pin
leppie3-Jun-08 23:42
leppie3-Jun-08 23:42 
GeneralRe: Expression too complex Pin
PIEBALDconsult4-Jun-08 7:34
mvePIEBALDconsult4-Jun-08 7:34 
GeneralRe: Expression too complex Pin
leppie4-Jun-08 9:05
leppie4-Jun-08 9:05 
GeneralRe: Expression too complex Pin
joeyan3-Jun-08 22:27
joeyan3-Jun-08 22:27 

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.