Contents of the input field
Posted: Tue Nov 12, 2019 6:16 am
Hi,
On the window of someone else's application there is an input field (class Edit).
There is text in this field. I know the pointer of this field and want to get its contents
#DEFINE WM_GETTEXT 13
buf:=space(200)
SendMessage(hWn, WM_GETTEXT, 200, @buf)
As a result, I get an empty value. What am I wrong about ?
Windows 10, FWH 18.06
On the window of someone else's application there is an input field (class Edit).
There is text in this field. I know the pointer of this field and want to get its contents
#DEFINE WM_GETTEXT 13
buf:=space(200)
SendMessage(hWn, WM_GETTEXT, 200, @buf)
As a result, I get an empty value. What am I wrong about ?
Windows 10, FWH 18.06