I'm new to scripting in AutoIt. I'm not a programmer but am not a complete newbie to script writing. I'd like to get the text in part 3 of a Delphi app's. The Class Name for a standard Delphi statusbar is TStatusBar. I have the handle to one as $statusbar. I know that if you can be in the same process space it would respond to normal windows statusbar messages. This doesn't work: $sbtext = StatusbarGetText ( $statusbar , "", 3 ) It looked like maybe this would work: $sbtext = _GuiCtr