ciao
I have a Delphi compiled program that I use for work and I can read some logs with this function:
Func __ReadExternalListBox()
Local $hListBox, $iItemCount
$hListBox = ControlGetHandle("Software Setup", "", "[CLASS:TListBox; INSTANCE:1]")
ConsoleWrite("$hListBox = " & $hListBox &...