Hey, I'm a noob to this forum. I've been lurking for a while, but I never had to post a question. It's been about ten years since I looked at a line of code.
I can't seem to remember the preferred means of allowing a user to type text into a text area in a window, and then putting this text into a string or other container for use in my application.
It's easy enough to write text to a window with something like TextOut.
So how do you read text from a window? (or other object in a window) If there are structures, or functions that work for this, just point me in the right direction, and I can research it further on MSDN.