jon eskandi 0 Posted March 30, 2022 i had "Digital Persona UAreU 4500 Fingerprint Reader" device, which it had ActiveX SDK in Delphi. TOposBiometrics. i don't know how to apply it in Delphi. Initialize, Capture, Recording and Verify. did someone had tried to make their app with this activex. Please guidance. Thank you ๐๐๐ ย Share this post Link to post
Lars Fosdal 1792 Posted March 30, 2022 How old is the device?ย Does it come with an installer for the ActiveX driver? If you can identify the installed ActiveX control, you can in Delphi useย the menu entry Component | Import Component... and choose eitherย the Type Library or the ActiveX Control, depending on what you have at hand. ย If the device is old and you lack drivers - you would probably save money by finding a replacement. Share this post Link to post
jon eskandi 0 Posted March 31, 2022 yes, it has activex SDK and i already import toย delphi. OposBiometric Control, and it has a component on ActiveX Palette called "Toposbiometrics". The problem is, i don't have any document or reference about that "component" ๐ Share this post Link to post
Anders Melander 1782 Posted March 31, 2022 Google "OposBiometric activex", 3rd result: http://carol.havocshack.com/carol-winslow-tech-writer/files/one-touch-for-windows-sdk-com-activex-developer-guide.pdf Share this post Link to post
jon eskandi 0 Posted April 1, 2022 Thank you. but that document doesn't match the "TOposBiometrics" Delphi component. i already get some sample using vb.net. i'll try to convert to delphi. thank you all ๐๐๐ Share this post Link to post