Click here to Skip to main content
15,923,087 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CEdit Pin
Anonymous26-Aug-05 17:20
Anonymous26-Aug-05 17:20 
GeneralRe: CEdit Pin
David Crow28-Aug-05 4:52
David Crow28-Aug-05 4:52 
AnswerRe: CEdit Pin
Mr. Accident26-Aug-05 14:40
Mr. Accident26-Aug-05 14:40 
GeneralRe: CEdit Pin
Anonymous26-Aug-05 17:21
Anonymous26-Aug-05 17:21 
GeneralRe: CEdit Pin
Gavin Taylor27-Aug-05 0:08
professionalGavin Taylor27-Aug-05 0:08 
GeneralRe: CEdit Pin
Anonymous26-Aug-05 21:06
Anonymous26-Aug-05 21:06 
GeneralRe: CEdit Pin
Anonymous27-Aug-05 19:17
Anonymous27-Aug-05 19:17 
QuestionCapture text from a window Pin
rivdsl26-Aug-05 14:06
rivdsl26-Aug-05 14:06 
I am trying to read text from an edit box in another program. Normally that wouldn't be a problem if the handle to the edit box is known. However I can't seem to find a way to retrieve the handle, I tried using spy++ but it can't find the edit box, only the parent window. I suspect it's a vb6 application because the parent is a ThunderRT6FormDC.
I did some searching around the internet and found several programs which are able to retreive the text: Babylon Translator, Snagit and Deskperience. This last program shows the handle of the window, this handle is the one of the parent window, so there is gotta be some way to capture the text using this handle. Unfortunately I can't find any programs with the source code provided which can capture the text.
I did some aditional testing with Snagit and Deskperience, these programs are also able to retreive the filenames from a SysListView32 in windows explorer. Using spy++ only the useless FolderView windowtext can be retrieved.

Has anyone any ideas on how to retrieve more texts than spy++ can?
Questiondelay Pin
cell5126-Aug-05 13:21
cell5126-Aug-05 13:21 
AnswerRe: delay Pin
Mr. Accident26-Aug-05 13:39
Mr. Accident26-Aug-05 13:39 
AnswerRe: delay Pin
Ann6626-Aug-05 14:25
sussAnn6626-Aug-05 14:25 
AnswerRe: delay Pin
ThatsAlok28-Aug-05 18:13
ThatsAlok28-Aug-05 18:13 
QuestionConstructor doesn't get called? Pin
hyling26-Aug-05 12:36
hyling26-Aug-05 12:36 
AnswerRe: Constructor doesn't get called? Pin
Joaquín M López Muñoz26-Aug-05 13:57
Joaquín M López Muñoz26-Aug-05 13:57 
GeneralRe: Constructor doesn't get called? Pin
Tim Smith27-Aug-05 10:55
Tim Smith27-Aug-05 10:55 
AnswerRe: Constructor doesn't get called? Pin
Jose Lamas Rios26-Aug-05 16:28
Jose Lamas Rios26-Aug-05 16:28 
QuestionQuestion regarding debug information and "Step-Into" code Pin
Mr. Accident26-Aug-05 12:30
Mr. Accident26-Aug-05 12:30 
AnswerRe: Question regarding debug information and "Step-Into" code Pin
Jose Lamas Rios26-Aug-05 16:49
Jose Lamas Rios26-Aug-05 16:49 
GeneralRe: Question regarding debug information and "Step-Into" code Pin
Mr. Accident26-Aug-05 18:14
Mr. Accident26-Aug-05 18:14 
GeneralRe: Question regarding debug information and "Step-Into" code Pin
Jose Lamas Rios27-Aug-05 18:15
Jose Lamas Rios27-Aug-05 18:15 
GeneralRe: Question regarding debug information and "Step-Into" code Pin
Mr. Accident28-Aug-05 7:14
Mr. Accident28-Aug-05 7:14 
QuestionQues on Exit Process Pin
Ann6626-Aug-05 11:23
sussAnn6626-Aug-05 11:23 
AnswerRe: Ques on Exit Process Pin
LighthouseJ26-Aug-05 11:35
LighthouseJ26-Aug-05 11:35 
QuestionRe: Ques on Exit Process Pin
Jose Lamas Rios26-Aug-05 16:52
Jose Lamas Rios26-Aug-05 16:52 
GeneralRe: Ques on Exit Process Pin
ThatsAlok28-Aug-05 18:03
ThatsAlok28-Aug-05 18:03 

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.