Click here to Skip to main content
15,896,493 members

Comments by Member 11973817 (Top 4 by date)

Member 11973817 1-Aug-18 8:39am View    
i m used secuBSPMx.net

---- my code is below ---------

Dim err As BSPError
m_SecuBSP.CaptureWindowOption.WindowStyle = WindowStyle.INVISIBLE
m_SecuBSP.CaptureWindowOption.ShowFPImage = True
m_SecuBSP.CaptureWindowOption.ShowFPImage = True
m_SecuBSP.CaptureWindowOption.FingerWindow = pbThumb.Handle




err = m_SecuBSP.Capture(FIRPurpose.VERIFY)
If (err = BSPError.ERROR_NONE) Then
m_CaptureFIRText = m_SecuBSP.FIRTextData
End If
DisplaySecuBSPErrMsg("Capture", err)

------------------------------------------
i got string data of fingure print
now what is the process to obtain image of thumb ?
Member 11973817 30-Jul-18 0:33am View    
so any idea how to save this 'm_SecuBSP.FIRTextData' data as a image form ?
there is no any option ?
i want to display image any ways
Member 11973817 30-Jul-18 0:33am View    
so any idea how to save this 'm_SecuBSP.FIRTextData' data as a image form ?
there is no any option ?
Member 11973817 28-Jul-18 0:40am View    
hello sir ,
i am developing finger print software , currently i get FIR text from secugen device , i want to convert it from FIR to bitmap image and want to display it on picturebox.plz help me sir.