I already have the code which finds a particular application that is running and uses sendkeys to manipulate it and get to a specific screen within the application. Once on this particular screen, there is a textbox that immediately gets the focus and is highlighted. I want to be able to read that text value within code. Any example of how to do this would be appreciated.