George Jump 0 Newbie Poster

Hello All - I have a program that reads mag stripe and barcoded cards and processes the data. The data is read via keyboard wedge mag stripe or barcode reader. The data is read into a text box in a form. Now I want to put that functionality into a DLL, so I obviously cannot perform the input to a text box.

Since the data is inputted via keyboard wedge, the problem can be simplified to say, how do you input data from the keyboard in a DLL?

Thanks in advance for any assistance.

docjump