|
-
Sep 28th, 2008, 12:06 PM
#1
Thread Starter
Member
[RESOLVED] WM_GETTEXT vs GetWindowText
I was trying to get the text of a control from an application. So I first tried using GetWindowText and got a string back but to my surprise it wasn't the text in the actual control. So I used WM_GETTEXT instead and now I got the text of the control. Why is it that I get two different results using these two approaches? Doesn't GetWindowText just send the WM_GETTEXT message?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|