Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing an application which is to store fingerprints of about thousand persons. And also the application is to identify them, when they swipe their finger on fingerprint scanner.

I wanted to use Windows Biometric Framework (WBF) for this task. But the problem is there aren't enough samples for that.

So, can anyone guide me in developing of fingerprint application.

Thanks in Advance.
Posted
Comments
[no name] 7-Apr-13 7:40am    
You just might have to read the documentation.
rahul_n_rathod 7-Apr-13 7:43am    
I have already read the documentation. But Can't figure out how to use in vb.net
[no name] 7-Apr-13 11:39am    
Okay so how would you expect someone to teach you how to do this subject in a forum posting?

1 solution

Soooo, you want someone to explain about a books worth of information in a couple of forum posts?? That's just not going to happen.

It'll take LOTS and LOTS of experimentation on your part to teach yourself this stuff.

Have you read this[^]??

This[^]??

Or A Framework in C# for Fingerprint Verification[^]??
 
Share this answer
 
Comments
rahul_n_rathod 9-Apr-13 7:46am    
I know about this. But I want to know, how to use this API in vb.net
Dave Kreskowiak 9-Apr-13 8:08am    
C# is no different than VB.NET. They both target the .NET Framework in the exact same ways.
All you have to do is teach yourself how to read it. There are "rosetta stone" examples all over MSDN documentation on the .NET Framework classes and there are online code converter tools that you can use to convert C# code to VB.NET.

Learn something new...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900