Is there an activeX component in connecting a magnetic card reader in vb6.0 application?
im currently working on a project that includes scanning magnetic card into the vb application is there a way to connect them or codes to do it?
your suggestions would be greatly appreciated thanks..
Hi, I suggest you look for the SDK (software development kit) that comes with the card reader. If you are lucky it will be in VB :)
You install the SDK and reference it in your project. You will also need some documentation to be able to use it.
Good luck