florindaniel
Programmer
Hello,
I need to use a magnetic card reader to autheticate user acces in my application.
The USB device works very simple, like typing the serial code it was writen onto it,
but I can't find a way to use it.
I have a form containing an edit box, active when the form loads. This edit box
receives the code but since the code does not end in CR+LF, I don't know how to end waiting
for that code.
I mean : I would like to have this form popping up, waiting for the card to be read
and, once it is passed through the reader, the form should process the code and unload,
with no other command buttons.
Thank you,
Daniel
I need to use a magnetic card reader to autheticate user acces in my application.
The USB device works very simple, like typing the serial code it was writen onto it,
but I can't find a way to use it.
I have a form containing an edit box, active when the form loads. This edit box
receives the code but since the code does not end in CR+LF, I don't know how to end waiting
for that code.
I mean : I would like to have this form popping up, waiting for the card to be read
and, once it is passed through the reader, the form should process the code and unload,
with no other command buttons.
Thank you,
Daniel