Hi,
Trying to interface an off-shelf label printing program by logging the last part number entered by the operator.

The label program has a textbox where the operator scans in the part number, he presses Print and the program prints the label. That part number stays in the textbox until a new one is scanned in.

I need to write an app that will grab this part number every ??? seconds so I know at all times what was the last part number that they entered.

This label printing program's window may be minimized or not have focus.

I should also mention that I KNOW the window's title of the program.

As always any help appreciated.