Windows Develop Bookmark and Share   
 index > Windows Forms General > Fingerprints in VS 2005/2008
 

Fingerprints in VS 2005/2008

Hello all,

in the beginning of my windows application my client want that the employees check in via a card reader, now he want to use the finger print reader, I try google to find the solution but I realize that i need a third party in .net application to do the issue.

can any one tell me plz how to connect the fingerprint reader into my windows application plz
it is really urgent and i don't know if I can do it in VS.

10x a lot
Wael Hawari  Monday, October 05, 2009 9:24 PM
You can try the Pos .Net, but finding compatible hardware is a problem.

You can also look for drivers and devices that support the bioapi (www.bioapi.org) spec and see if you can write code directly against them.

Otherwise there are several third party specific SDK's that you can use. www.coding4fun.com has a sample app that uses the MS finger print reader via one of these SDK's (griaule ?). The link to the specific article is; http://blogs.msdn.com/coding4fun/archive/2007/03/06/1815291.aspx

Sadly, this is not an easy thing to do (in general), especially if you want to support a range of hardware.
Yort  Monday, October 05, 2009 11:13 PM
Use the SDK from griaule biometrics. I've been using it for a long time and it's very good and quite robust. They have a lot of examples of how to interact with the device and they support a lot of them.
The only think i understand is what i feel..
Panagiotis Kefalidis  Tuesday, October 06, 2009 9:54 AM
Plug it in.  Then read the manual.

Hans Passant.
nobugz  Monday, October 05, 2009 9:47 PM
You can try the Pos .Net, but finding compatible hardware is a problem.

You can also look for drivers and devices that support the bioapi (www.bioapi.org) spec and see if you can write code directly against them.

Otherwise there are several third party specific SDK's that you can use. www.coding4fun.com has a sample app that uses the MS finger print reader via one of these SDK's (griaule ?). The link to the specific article is; http://blogs.msdn.com/coding4fun/archive/2007/03/06/1815291.aspx

Sadly, this is not an easy thing to do (in general), especially if you want to support a range of hardware.
Yort  Monday, October 05, 2009 11:13 PM
Use the SDK from griaule biometrics. I've been using it for a long time and it's very good and quite robust. They have a lot of examples of how to interact with the device and they support a lot of them.
The only think i understand is what i feel..
Panagiotis Kefalidis  Tuesday, October 06, 2009 9:54 AM

You can use google to search for other answers

Custom Search

More Threads

• Creating a form on a background thread
• Datagrid sort
• opening a program with a button click
• System.InvalidOperationException
• parent-child forms
• The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception.
• Windows Form Application with multiple interface screens/forms
• read data from a datagrid
• Fill a rectangle without drawing border?
• MessageBox is always minimized