Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fingerprint Reader - how to make DLL

Status
Not open for further replies.

dpk136

MIS
Jan 15, 2004
335
US
I have a Microsoft fingerprint reader. I would like a way to add this functionality to my programs. I have tried things like GrFinger and Priore, but they have limitations and also cost money to get an unencrypted image of your fingerprint. I would like to know if anyone out there knows of anything that i could use to do this, or any sites that could show me how to connect and do all the things from the reader.

I know something has to exist, i just don't know the first place to really look or what to look for.

Thanks

David Kuhn
------------------
 
"I have a Microsoft fingerprint reader."
> Is there a link for that ?

To make it a dll you should create a class library project...
 
There is likely a driver for the reader that has an API. If you can get the documentation for the API (or a dev kit) you can add a reference of that DLL to your project, then use the exposed methods to interact with the driver.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
and how would someone go about getting documentation about that API. Would it be out there, or would i have to try to coax microsoft into giving it to me.

David Kuhn
------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top