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

C / C++ / MFC

 
GeneralRe: Sending messages to parent Pin
Iain Clarke, Warrior Programmer19-Mar-08 4:03
Iain Clarke, Warrior Programmer19-Mar-08 4:03 
GeneralRe: Sending messages to parent Pin
William Engberts19-Mar-08 4:13
William Engberts19-Mar-08 4:13 
GeneralRe: Sending messages to parent Pin
William Engberts19-Mar-08 4:27
William Engberts19-Mar-08 4:27 
GeneralRe: Sending messages to parent Pin
Iain Clarke, Warrior Programmer19-Mar-08 5:19
Iain Clarke, Warrior Programmer19-Mar-08 5:19 
GeneralRe: Sending messages to parent Pin
William Engberts19-Mar-08 5:34
William Engberts19-Mar-08 5:34 
GeneralRe: Sending messages to parent Pin
Iain Clarke, Warrior Programmer19-Mar-08 5:45
Iain Clarke, Warrior Programmer19-Mar-08 5:45 
GeneralRe: Sending messages to parent Pin
ThatsAlok19-Mar-08 19:47
ThatsAlok19-Mar-08 19:47 
GeneralRe: Sending messages to parent Pin
Danielle Schmitt19-Mar-08 6:33
Danielle Schmitt19-Mar-08 6:33 
Perhaps you don't really want to "destroy" the children windows if you are going to use them more than once. Better solution might be to create all child windows once (upon start up of main window) and intialize them hidden. Then when you need them you can just hide and show them - this would eliminate unnecessary memory allocation/de-allocation. If you need to reset each child window, you could just call that before the ShowWindow( SW_SHOW ).

Just a thought. Smile | :)
GeneralRe: Sending messages to parent Pin
Danielle Schmitt19-Mar-08 6:37
Danielle Schmitt19-Mar-08 6:37 
GeneralRe: Sending messages to parent Pin
SandipG 19-Mar-08 8:33
SandipG 19-Mar-08 8:33 
QuestionBig numbers Pin
k_micak19-Mar-08 3:51
k_micak19-Mar-08 3:51 
GeneralRe: Big numbers Pin
CPallini19-Mar-08 4:13
mveCPallini19-Mar-08 4:13 
GeneralRe: Big numbers Pin
Maximilien19-Mar-08 5:37
Maximilien19-Mar-08 5:37 
GeneralRe: Big numbers Pin
CPallini19-Mar-08 5:56
mveCPallini19-Mar-08 5:56 
GeneralRe: Big numbers [modified] Pin
Chris Losinger19-Mar-08 10:22
professionalChris Losinger19-Mar-08 10:22 
Questioncan anybody help me out [modified] Pin
philiptabraham19-Mar-08 3:36
philiptabraham19-Mar-08 3:36 
AnswerRe: can anybody help me out Pin
Reagan Conservative19-Mar-08 4:02
Reagan Conservative19-Mar-08 4:02 
GeneralRe: can anybody help me out Pin
philiptabraham19-Mar-08 5:00
philiptabraham19-Mar-08 5:00 
GeneralRe: can anybody help me out Pin
Reagan Conservative19-Mar-08 5:46
Reagan Conservative19-Mar-08 5:46 
GeneralRe: can anybody help me out Pin
David Crow19-Mar-08 5:50
David Crow19-Mar-08 5:50 
AnswerRe: can anybody help me out Pin
Joseph Marzbani19-Mar-08 4:53
Joseph Marzbani19-Mar-08 4:53 
QuestionShould I use DirectDraw ? Pin
Hanan88819-Mar-08 3:15
Hanan88819-Mar-08 3:15 
AnswerRe: Should I use DirectDraw ? Pin
led mike19-Mar-08 4:32
led mike19-Mar-08 4:32 
GeneralRe: Should I use DirectDraw ? Pin
Hanan88819-Mar-08 4:40
Hanan88819-Mar-08 4:40 
GeneralRe: Should I use DirectDraw ? Pin
led mike19-Mar-08 5:03
led mike19-Mar-08 5: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.