Click here to Skip to main content
15,896,730 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: use of C / C++ Pin
Mark Salsbery3-Mar-08 6:23
Mark Salsbery3-Mar-08 6:23 
GeneralOooops Pin
CPallini3-Mar-08 9:16
mveCPallini3-Mar-08 9:16 
GeneralRe: Oooops Pin
Mark Salsbery3-Mar-08 9:23
Mark Salsbery3-Mar-08 9:23 
GeneralCListCtrl checkbox problem Pin
followait2-Mar-08 23:26
followait2-Mar-08 23:26 
GeneralAccessing text from the client area of a win32 window other than EditControl type windows Pin
glyfyx2-Mar-08 23:21
glyfyx2-Mar-08 23:21 
QuestionRe: Accessing text from the client area of a win32 window other than EditControl type windows Pin
David Crow3-Mar-08 3:10
David Crow3-Mar-08 3:10 
GeneralRe: Accessing text from the client area of a win32 window other than EditControl type windows Pin
glyfyx6-Mar-08 10:44
glyfyx6-Mar-08 10:44 
GeneralRe: Accessing text from the client area of a win32 window other than EditControl type windows Pin
Mark Salsbery3-Mar-08 6:34
Mark Salsbery3-Mar-08 6:34 
There's no built in Windows code to get text from a window AFAIK (maybe some specialized APIs that do OCR,
I thought I saw one mentioned once but I could have dreamed it).

For your non-edit control window text example, there's code written which is called by the window procedure
for the window to handle the double click message, draw the text highlighted, handle the keystroke messages for ctrl-c,
and place the selected text on the clipboard.

That's the same for an edit control.  The edit control's window procedure code just happens to be written for you.

Once text is on the screen, it's just pixels, unless the software that rendered the text tracks what text is where,
or you use OCR to convert those pixels back to text.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Accessing text from the client area of a win32 window other than EditControl type windows Pin
glyfyx6-Mar-08 10:41
glyfyx6-Mar-08 10:41 
GeneralRe: Accessing text from the client area of a win32 window other than EditControl type windows Pin
Mark Salsbery6-Mar-08 11:55
Mark Salsbery6-Mar-08 11:55 
GeneralA simple threading problem.. Pin
ptr2void2-Mar-08 22:44
ptr2void2-Mar-08 22:44 
GeneralRe: A simple threading problem.. Pin
CPallini3-Mar-08 0:10
mveCPallini3-Mar-08 0:10 
GeneralRe: A simple threading problem.. Pin
Mark Salsbery3-Mar-08 6:49
Mark Salsbery3-Mar-08 6:49 
Generalloop control Pin
rp_suman2-Mar-08 21:49
rp_suman2-Mar-08 21:49 
GeneralRe: loop control Pin
Cedric Moonen2-Mar-08 21:52
Cedric Moonen2-Mar-08 21:52 
GeneralRe: loop control Pin
rp_suman3-Mar-08 0:41
rp_suman3-Mar-08 0:41 
GeneralRe: loop control Pin
GauranG Shah2-Mar-08 23:24
GauranG Shah2-Mar-08 23:24 
GeneralRe: loop control Pin
rp_suman3-Mar-08 0:51
rp_suman3-Mar-08 0:51 
GeneralRe: loop control Pin
BadKarma3-Mar-08 1:54
BadKarma3-Mar-08 1:54 
GeneralRe: loop control Pin
rp_suman3-Mar-08 2:27
rp_suman3-Mar-08 2:27 
GeneralSkipws Pin
George_George2-Mar-08 21:28
George_George2-Mar-08 21:28 
QuestionRe: Skipws Pin
Maximilien3-Mar-08 0:45
Maximilien3-Mar-08 0:45 
GeneralRe: Skipws Pin
George_George3-Mar-08 0:55
George_George3-Mar-08 0:55 
Questiondependent DLL intresting? Pin
Ravinder Are2-Mar-08 20:03
Ravinder Are2-Mar-08 20:03 
AnswerRe: dependent DLL intresting? Pin
Naveen2-Mar-08 21:15
Naveen2-Mar-08 21:15 

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.