¡@

Home 

java Programming Glossary: enumchildwindows

Java search for on-screen text field

http://stackoverflow.com/questions/11771637/java-search-for-on-screen-text-field

would be used to accomplish your goal. Namely EnumWindows EnumChildWindows GetClassName and SetForegroundWindow . You can find documentation.. the relevant Parent window with EnumWindows a call to EnumChildWindows will give us all of the sub windows and other controls including.. including potential edit boxes that belong to the Parent. EnumChildWindows calls a callback function for each sub window it finds so it's..