0
votes
Getting UI text from external app in C#
didn't see the values for wmgettext or wmgettextlength in that article, so just in case..
const int WM_GETTEXT = 0x0D;
const int WM_GETTEXTLENGTH = 0x0E;
…
