Griaule Biometrics

Home » Forums » FINGERPRINT SDK » .NET Specific » AxGrFingerXCtrl1_ImageAcquired problem
No replies
marguie
Offline
Joined: 2008-10-07
Rate this post:
0
No votes yet
AxGrFingerXCtrl1_ImageAcquired problem

:) Hi all,

My first problem is i m not able to display finger print image on form
the problem is in the function of Util class:-

Public Sub PrintBiometricDisplay(ByVal biometricDisplay As Boolean, ByVal context As Integer)

It gives conversion error

'******************

And my second problem is:-

I used AxGrFingerXCtrl control in my project ,
I have 2 forms
In first form User can register his\her attendance by pressing finger
and AxGrFingerXCtrl1_ImageAcquired event of first form's AxGrFingerXCtrl1 control fired very well
But if the user forgot Id then he can open second form from the first form to identify his\her id by pressing finger and AxGrFingerXCtrl2_ImageAcquired event of second form fired but when the user return back to the first form and press finger then AxGrFingerXCtrl1_ImageAcquired event of first form's AxGrFingerXCtrl1 control doesn't fired and nothing happens
I don't know what's the problem with it????

Please give me guidance to solve this problem