Is it possible to get UI text from an external application in C#.
In particular, is there a way to read Unicode text from a label (I assume it\'s a normal Windows l
didn't see the values for wm_gettext or wm_gettextlength in that article, so just in case..
const int WM_GETTEXT = 0x0D; const int WM_GETTEXTLENGTH = 0x0E;