Im trying to interact with another app, on the other app, there is 4 text boxes and 2 command buttons. If I use Spy++ to find the class names for each textbox, they all show up as "ThunderRT5TextBox", I want to be able to send text to each one, but I can't figure out a way to say, "send to ThunderRT5TextBox (Text1)", Then "send to ThunderRT5TextBox (Text2)". This is the order I'd like to go in is,

Open App
Enter text in textbox 1
Enter text in textbox 2
Enter text in textbox 3
Click on command button
Get Text of textbox 4 and bring it to my app
Close App

Is this possible to do? Code examples would be wonderful.

Thanks in advance,
Ryan