Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: intializing 2d array Pin
Michael Dunn15-Feb-07 20:52
sitebuilderMichael Dunn15-Feb-07 20:52 
Questioncounting the print Pin
shakumar_2215-Feb-07 4:45
shakumar_2215-Feb-07 4:45 
JokeRe: counting the print [modified] Pin
toxcct15-Feb-07 4:59
toxcct15-Feb-07 4:59 
GeneralRe: counting the print Pin
Stephen Hewitt15-Feb-07 14:03
Stephen Hewitt15-Feb-07 14:03 
GeneralRe: counting the print Pin
toxcct15-Feb-07 20:17
toxcct15-Feb-07 20:17 
AnswerRe: counting the print Pin
David Crow15-Feb-07 5:34
David Crow15-Feb-07 5:34 
QuestionDestruction Order Pin
baerten15-Feb-07 3:59
baerten15-Feb-07 3:59 
AnswerRe: Destruction Order Pin
Gary R. Wheeler17-Feb-07 4:19
Gary R. Wheeler17-Feb-07 4:19 
A parent Window, when closed, automatically closes all of its child windows. Your structure as you describe it appears to be something like this:
Frame(1)
 |
 +- View(2)
     |
     +- TabWnd(3)
         |
         +- View(4)
             |
             +- TabWnd(5)
                 |
                 +- View(6)
If the window and/or object destructions are happening out of order, it's possible you've got a parent/child connection (either in the windows or in the objects) that's not correct.


Software Zen: delete this;

QuestionRepainting in Win32 (WM_PAINT issues) Pin
deville7515-Feb-07 3:54
deville7515-Feb-07 3:54 
AnswerRe: Drawing Graph using GDI Pin
Cedric Moonen15-Feb-07 4:03
Cedric Moonen15-Feb-07 4:03 
GeneralRe: Drawing Graph using GDI Pin
deville7515-Feb-07 6:28
deville7515-Feb-07 6:28 
AnswerRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 6:17
Mark Salsbery15-Feb-07 6:17 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
deville7515-Feb-07 6:27
deville7515-Feb-07 6:27 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 6:32
Mark Salsbery15-Feb-07 6:32 
AnswerRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 6:27
Mark Salsbery15-Feb-07 6:27 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
deville7515-Feb-07 6:32
deville7515-Feb-07 6:32 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 6:34
Mark Salsbery15-Feb-07 6:34 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
deville7515-Feb-07 6:39
deville7515-Feb-07 6:39 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 6:41
Mark Salsbery15-Feb-07 6:41 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 7:10
Mark Salsbery15-Feb-07 7:10 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Cedric Moonen15-Feb-07 7:51
Cedric Moonen15-Feb-07 7:51 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 9:46
Mark Salsbery15-Feb-07 9:46 
QuestionHow to run an application only in particular system? Pin
Super Hornet15-Feb-07 3:52
Super Hornet15-Feb-07 3:52 
AnswerRe: How to run an application only in particular system? Pin
deville7515-Feb-07 3:55
deville7515-Feb-07 3:55 
GeneralRe: How to run an application only in particular system? Pin
Super Hornet15-Feb-07 4:00
Super Hornet15-Feb-07 4:00 

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.