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 & @CRLF)
$iItemCount = _GUICtrlListBox_GetCount($hListBox)
For $i = $iStart To $iItemCount - 1
ConsoleWrite(GUICtrlListBox_GetText($hListBox,$i) & @CRLF)
Next
EndFunc ;==>__ReadExternalListBox
I can find pid and full path of