
I want to get the text from the edit box of another application. I tried GetWindowText, but it always returns NULL. Is it possible to get the text from a window in another application? If so, how do I go about it? Oh, I love softball questions; they make me look so smart. To get the text of a window in another process, all you have to do is send WM_GETTEXT directly.
|