Click here to Skip to main content
16,004,969 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: warning from MFC Pin
tamsel28-Sep-05 19:55
tamsel28-Sep-05 19:55 
QuestionFinding a child dialog of a window? Pin
charlieg28-Sep-05 11:12
charlieg28-Sep-05 11:12 
AnswerRe: Finding a child dialog of a window? Pin
douglasjordan28-Sep-05 11:31
douglasjordan28-Sep-05 11:31 
GeneralRe: Finding a child dialog of a window? Pin
charlieg28-Sep-05 12:14
charlieg28-Sep-05 12:14 
GeneralRe: Finding a child dialog of a window? Pin
douglasjordan28-Sep-05 12:16
douglasjordan28-Sep-05 12:16 
GeneralRe: Finding a child dialog of a window? Pin
charlieg28-Sep-05 12:40
charlieg28-Sep-05 12:40 
GeneralRe: Finding a child dialog of a window? Pin
douglasjordan28-Sep-05 12:43
douglasjordan28-Sep-05 12:43 
GeneralRe: Finding a child dialog of a window? Pin
charlieg28-Sep-05 12:57
charlieg28-Sep-05 12:57 
An excellent question! In this case, I have a stack of dialogs:

Frame -> A
A -> B
B -> C and so on.

The frame window knows about A but not about B (in the pure sense of the discussion). If I want to be able to walk down the tree, I would think I go do so in a fashion as in using GetParent(). Having said all that, I know there are workarounds, and you have provided a good one. My question was more of a rant than anything else (being honest here).

For example, I could have each dialog save it's immediate child, and walk it in an application fashion. Just seems redundant to me.

C. Gilley
Will program for food...
My son's PDA is an M249 SAW.
GeneralRe: Finding a child dialog of a window? Pin
Jose Lamas Rios28-Sep-05 18:49
Jose Lamas Rios28-Sep-05 18:49 
GeneralRe: Finding a child dialog of a window? Pin
charlieg29-Sep-05 0:53
charlieg29-Sep-05 0:53 
GeneralRe: Finding a child dialog of a window? Pin
S Douglas28-Sep-05 23:05
professionalS Douglas28-Sep-05 23:05 
Questionlong double... Pin
Link260028-Sep-05 7:10
Link260028-Sep-05 7:10 
AnswerRe: long double... Pin
Christian Graus28-Sep-05 7:38
protectorChristian Graus28-Sep-05 7:38 
AnswerRe: long double... Pin
toxcct28-Sep-05 21:14
toxcct28-Sep-05 21:14 
GeneralRe: long double... Pin
Link260030-Sep-05 2:19
Link260030-Sep-05 2:19 
Questionget html from the net Pin
hamavreg228-Sep-05 6:53
hamavreg228-Sep-05 6:53 
AnswerRe: get html from the net Pin
vikas amin28-Sep-05 23:12
vikas amin28-Sep-05 23:12 
Questioncrash on the end of release mode Pin
valerie9928-Sep-05 4:15
valerie9928-Sep-05 4:15 
AnswerRe: crash on the end of release mode Pin
carks28-Sep-05 6:04
carks28-Sep-05 6:04 
GeneralThanks. I've tried your suggestion Pin
valerie9928-Sep-05 10:58
valerie9928-Sep-05 10:58 
GeneralRe: Thanks. I've tried your suggestion Pin
prasad_som28-Sep-05 19:28
prasad_som28-Sep-05 19:28 
GeneralHere is another part of code Pin
valerie9929-Sep-05 3:54
valerie9929-Sep-05 3:54 
QuestionSecurity Certificate Store(CertOpenStrore) Pin
sunit528-Sep-05 3:56
sunit528-Sep-05 3:56 
QuestionPowerPoint Device Context Hook? Pin
douglasjordan28-Sep-05 3:55
douglasjordan28-Sep-05 3:55 
Questionmouse driver source for a standard usb mouse Pin
Anonymous28-Sep-05 3:55
Anonymous28-Sep-05 3:55 

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.