VB.NET Fingerprint Generator project is the testing project of fingerprint device which generates fingerprint in Base64ISOTemplate format. This fingerprint generated in MORPHO MSOE2/E3 Fingerprint scanner device. This project code is developed using VB.NET programming language.

VB.NET Fingerprint Generator

Coding to generates FingerPrint

    Public Sub generatefingerprint()
        Dim dest As String = My.Application.Info.DirectoryPath & "/fingerprint.txt"
        If Download("http://localhost:8080/CallMorphoAPI?5", dest) Then
            If MessageBox.Show("Download successful. Open Folder?", "Done", MessageBoxButtons.YesNo) = Windows.Forms.DialogResult.Yes Then
                System.Diagnostics.Process.Start(IO.Path.GetDirectoryName(dest))
            End If
        Else
            MessageBox.Show("Download Failed due to the following exception: " & ex0.ToString, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
        End If
    End Sub

VIDEO PREVIEW


Download Source code

555Add to cart


Please feel free to contact me if you need any further information.

Whatsapp No. :- +91-9481545735

Email ID :- studentprojectguide.com@gmail.com

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.