I would like to be able to read more information from a program in use. When it returns an error window, I would like to log the details of the error (error number - listed in the title - and the error description - listed in one of the "Static" fields).
I was very helpfully provided with this piece of code, which works rather well!
LibFunc>user32,FindWindowA,loginWindow_hwnd,FNWNS390,
Here's the details from your Open Windows program:
I get numerous error codes, and would like to note the errors all down. How do I find which fields to access / copy the info from?1771330 - #32770 "AGS Error n° 005"
526282 - Button "OK"
395010 - Static ""
263944 - Static "Connection refused for user USER.
Enter another username or another password."
Also, this LibFunc seems very handy with User32 - is there anywhere I can go to find out about other functions I can possible use in my script?
Thanks
Chris.