Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi every one,
I want to build VB.NET program that read from fingerprint data using zkemkeeper.dll program and I have the IP,port only of this machine

How I can connect the machine through VB.NET using zkemkeeper.dll?
Posted
Updated 27-Jun-11 9:31am
v3
Comments
Kim Togo 27-Jun-11 6:39am    
Use the methods in zkemkeeper.dll ?
Can you link to the documents that describe the functions of zkemkeeper.dll ?
Dave Kreskowiak 27-Jun-11 15:31pm    
STOP REPOSTING THIS QUESTION. You've been told, repeatedly, what you should be doing to find out if this will even work with your hardware.

1 solution

From what I can gather by a quick Google search, zkemkeeper is an ActiveX control. All you need to do is add a reference to the control, and it will generate interop code that you can call. Beyond that, you are going to have to refer to the documentation for the API.
 
Share this answer
 
Comments
[no name] 27-Jun-11 7:02am    
Good Call Pete. 5ed too.
Dave Kreskowiak 27-Jun-11 15:30pm    
This is liek the 4th or 5th time he's reposted this question. If he's using the "Lite" version of the control, it doesn't support TCP/IP communication and only 2 fingerprint sensors. I doubt he's bought the $1000 version that supports a much wider range of hardware.

He's been told to get the SDK from the manufacturer of the device he has and been told to contact ZKSoftware(??) but just won't listen, probably because he hasn't paid for the copy of ZKemkeeper he has.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900