Wayne Fuller
August 12th, 1999, 03:09 PM
In order to simualate a MDI application within a MDI application, I had to create the windows myself and keep track of them. No problem, works great, sort of. I am sure learning to appreciate what MFC does for the programmer.
Can anybody answer some or all of the following questions?
1) When I click on a child window, how to make it appear topmost? I have tried BringWindowToTop(), RedrawWindow().
2) How to activate the child window to redraw the caption bar the active color?
3) Any other question that could be asked to deal with multiple windows that I will have to take care of myself.
Any help would be very appreciated,
Wayne
Can anybody answer some or all of the following questions?
1) When I click on a child window, how to make it appear topmost? I have tried BringWindowToTop(), RedrawWindow().
2) How to activate the child window to redraw the caption bar the active color?
3) Any other question that could be asked to deal with multiple windows that I will have to take care of myself.
Any help would be very appreciated,
Wayne