I'm developing a POS system that I'm integrating with a credit card verification software. Has anybody integrated a keyboard magnetic card reader with VB? The trick here is to always set focus on a text box. This text box will capture any data scanned in. I thought about using a timer to set focus into a text box. Is there a better way?

Thanks