Click here to Skip to main content
16,016,067 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: HWND handle Pin
ThatsAlok29-Sep-05 22:25
ThatsAlok29-Sep-05 22:25 
QuestionGet Text for a Control Pin
cats819929-Sep-05 4:19
cats819929-Sep-05 4:19 
AnswerRe: Get Text for a Control Pin
David Crow29-Sep-05 6:51
David Crow29-Sep-05 6:51 
GeneralRe: Get Text for a Control Pin
cats819929-Sep-05 7:19
cats819929-Sep-05 7:19 
GeneralRe: Get Text for a Control Pin
David Crow29-Sep-05 9:15
David Crow29-Sep-05 9:15 
AnswerRe: Get Text for a Control Pin
Andy Moore29-Sep-05 6:59
Andy Moore29-Sep-05 6:59 
GeneralRe: Get Text for a Control Pin
cats819929-Sep-05 7:19
cats819929-Sep-05 7:19 
AnswerRe: Get Text for a Control Pin
PJ Arends29-Sep-05 10:41
professionalPJ Arends29-Sep-05 10:41 
Check out this article, it has code that does what you want.http://www.codeproject.com/tools/WindowScraper_Utility.asp[^]

If you tried sending a WM_SETTEXT message to the window and it doesn't work, it could because the authors of the control did not implement a WM_SETTEXT handler. I see this error quite often in custom controls. What a lot of people seem to do is override the GetWindowText() function, instead of adding a WM_GETTEXT message handler.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04

"There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05

Within you lies the power for good - Use it!
QuestionTAPI in VC++ Pin
SerGrey29-Sep-05 4:05
SerGrey29-Sep-05 4:05 
AnswerRe: TAPI in VC++ Pin
SerGrey29-Sep-05 4:13
SerGrey29-Sep-05 4:13 
GeneralRe: TAPI in VC++ Pin
Marc Soleda29-Sep-05 5:12
Marc Soleda29-Sep-05 5:12 
AnswerRe: TAPI in VC++ Pin
Eytukan29-Sep-05 6:46
Eytukan29-Sep-05 6:46 
AnswerRe: TAPI in VC++ Pin
shmily128029-Sep-05 21:09
shmily128029-Sep-05 21:09 
QuestionVC++ & Interbase Pin
SerGrey29-Sep-05 3:59
SerGrey29-Sep-05 3:59 
AnswerRe: VC++ & Interbase Pin
Eytukan3-Oct-05 7:11
Eytukan3-Oct-05 7:11 
GeneralRe: VC++ & Interbase Pin
Eytukan3-Oct-05 7:11
Eytukan3-Oct-05 7:11 
Questionstatic text Pin
FarPointer29-Sep-05 3:58
FarPointer29-Sep-05 3:58 
AnswerRe: static text Pin
Ashok Dhamija29-Sep-05 5:06
Ashok Dhamija29-Sep-05 5:06 
GeneralRe: static text Pin
FarPointer29-Sep-05 7:34
FarPointer29-Sep-05 7:34 
GeneralRe: static text Pin
ThatsAlok29-Sep-05 18:04
ThatsAlok29-Sep-05 18:04 
AnswerRe: static text Pin
douglasjordan29-Sep-05 10:38
douglasjordan29-Sep-05 10:38 
QuestionIssues with ReadFile function Pin
Aditi48429-Sep-05 3:47
Aditi48429-Sep-05 3:47 
AnswerRe: Issues with ReadFile function Pin
Cedric Moonen29-Sep-05 4:05
Cedric Moonen29-Sep-05 4:05 
GeneralRe: Issues with ReadFile function Pin
Aditi48429-Sep-05 4:34
Aditi48429-Sep-05 4:34 
AnswerRe: Issues with ReadFile function Pin
David Crow29-Sep-05 7:05
David Crow29-Sep-05 7:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.