Dear cherychoclateca ndy,
This is Alex Gits , i'm student of computer science, i found interested issue in Bytes forum titled : " Display fingerprint image " September 17th, 2008 by you , so i am looking for futronic SDK long time for built my class project and saw "Futronic.SDK.W orkedEx" in your samples , do you have full source of this SDK ?
Sorry for bothering you, and waiting for your reply
...
User Profile
Collapse
-
Display fingerprint image
hi all,
I have code like this in a windows application that displays bytes of array in a picture box. This codes are in VB.
Dim UserPassport As Passport = New Passport()
m_OperationObj = UserPassport
' Get user name
Dim frmName As EnrollmentName = New EnrollmentName( )
frmName.ShowDia log(Me)
If frmName.DialogR esult <> System.Windows. Forms.DialogRes ult.OK... -
vb.net to asp.net
How do we change this set of code from vb.net to asp.net?
As this set of code is currently used in window form.In website form it said this set of code is not a member of 'Main'(website) .
Thanks
If Me.txtMessage.I nvokeRequired Then
Dim d As SetTextCallback = New SetTextCallback (AddressOf Me.SetStatusTex t)
Me.Invoke(d, New Object() {text})
Else
... -
Oh ok thanks for the help anyway.It not the solution im looking for but thanks... -
Migrating Window application to Web Site Application
How do I convert a window application codes to web site application? -
I am quite unsure where to declare the conversion.I got this from some other website and edited to suit my needs.
Dim minutes, totminutes, hours As Double
Dim total5a, total5, total2, spare, fromtime, totime As DateTime
Dim lunch, lunchstart, lunchend As String
Dim connAdd As New SqlConnection _
("data source = 15-11\SQLEXPRESS; initial catalog=FASSQL; "...Leave a comment:
-
microsoft sql server management studio
How to change a datetime column to date format only using microsoft sql server management studio?
eg
5/2/2008 8:49:48 AM to date format only (5/2/2008) -
Link dll C++ to asp.net
how do we link dll from C++ to asp.net?
i tried doing research on it but mostly give an examples on vb6 but i am currently using vb 2005.So i am quite confused how to link it?some sites suggested using wrapper. -
ASP.NET conversion
I would like to know how do i convert a datetime to time format only?
for eg
datetime:5/5/2008 8:35:09 AM to time: 8:35:09 only. -
-
VB calculation
How do i calculate time for time attendance system eg:clock in n clock out time (as in the total hr per day ) and add up the total hours spend in work for the month?
No activity results to display
Show More
Leave a comment: