i try get text from Quinnect application:
see details here:
http://www.remoteutilities.com/support/kb/50/
and the download is here:
http://www.remoteutilities.com/download/QAgent.exe
here is my code:
WinActivate ('Quinnect',"")
WinWaitActive ('Quinnect',"")
$hHandle = WinGetHandle('Quinnect')
$var = ControlGetText($hHandle, '', '[CLASS:TPanel; INSTANCE:5]')
ConsoleWrite($var & @CRLF)
but i get in Console "pnState".
i want get the "Ready for connection" text.
thanks for any your help