Issue:

Can I call IDKit SDK functions from Visual Basic 6?


Solution:

We don't have any IDKit VB6 connector or samples for VB6. Nevertheless IDKit is a DLL exporting a number of C functions that can be called from VB6 the same way Windows API functions are called. There are many tutorials around the web for calling Windows API functions from VB6. We recommend you to use .NET VB because IDKit SDK is accompanied with .NET bindings and .NET documentation.