I\'d like to retrieve text from textbox in my another application. ProcessName from second application is \'TestTextBox\', TextBox\'s name is \'textBox1\'.
You could use Windows API like others have mentioned or you could use a library like AutoIt that might make the task a little easier. Not sure what your requirements are.