Hii, I try read a text from my application. I did used the commands "ControlGetText", "WinGetText" and "GUICtrlRead", but the return is always blank or 0. I didnt found any example to help me. Have a way what i can do this? Here is my code WinWaitActive("SAC - Sistema de Atendimento ao Cliente")
Local $sText = ControlGetText("SAC - Sistema de Atendimento ao Cliente","","[CLASS:TspDateTimeCombo; INSTANCE:18]")
MsgBox(0, 'Texto da Tela', $sText) Here is my application, the black box it's the