CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2011
    Posts
    1

    C# with Biometrics

    Hi Guys,

    This is my first post over here. Actually i am trying to make a program which can read data from BioMetric Device on my network. Data Can be number of users existing or attendance etc etc..

    I am able to connect the Biometric Device using the Connect() function. But i don't know how to i read from it. Some one told me to use the BioAPI. But I am not sure about its usage. So, please guide or give a small code for a single query to get number of existing users, if possible or PM me at johnnygaddaar.cs@gmail.com. I will really appreciate any help from you guys.

    Thanks

    Regards
    Aman Thakur

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: C# with Biometrics

    Why not contact them MFG of the device? If they have an API, there is probably some code included that will read from the device.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: C# with Biometrics

    Yep, contact the device mfg and download their SDK and sample code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured