Results 1 to 3 of 3

Thread: Fingerprint security

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    1

    Fingerprint security

    Hi... i'm new to this site... my name is Vineet Abraham... I'm a biginner in VB, just started to learn some stuff in school. I have this big techno prject to do for school. What i am planning to do is a fingerprint security for a car by using VB. I already have the fingerprint scanner and the software. How do i make VB read the fingerprints. I'm been talking to people and researching and i know i have to get an SDK from the software company and also i have to use Active X Controls in VB. But what do i do with Active X?

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Take a look at the links I gave on this thread to get started with ActiveX in visual Basic...

    http://www.vbforums.com/showthread.p...hlight=activex

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    I might be just repeating what you've already been told here, but for any hardware such as this you're normally provided with a Software Development Kit (SDK).

    This will comprise (probably) of a series of dll files which will have sub and functions available for you to call from your vb code. Within vb, you can goto the project menu > references option to point to these dll files. Once this has been setup, you can then hit F2, or click onto the object browser icon in the vb toolbar to look at everything the dll exposes which you can call on, with a link for each one of these found to the helpfile for this topic.

    All SDK's I've installed have loads of help & sample code in them, so providing this hardware company make an sdk, I wouldn't panic too much

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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