Ok, I am hoping to make my program send text to a 3rd party program's specific textbox. This 3rd party program has several textboxes and I need to target a specific one. I naturally do not have the 3rd party program's source code. If you where in my shoes, what would you do to get a 3rd party program's specific textbox handle?

p.s. I thought I had it licked when I used a hWnd spy program. It told me the specific textbox's hWnd. But the hWnd was differnt the next time the 3rd party program was launched.

As always, any help is greatly appreciated,
Daniel Christie