Click to See Complete Forum and Search --> : Status Bar in MDI


Holi the Rob
May 18th, 1999, 09:02 AM
Hi

I have a MDI application with several diffrent DocTemplates & Views. When I'd like to show some custom text (with a new indicator), I can use SetText in the command update function. That works pretty well as long as I don't open any of the ChildWnd's. Then the text disappears. After having closed the last ChildWnd, the text shows up again.

How can I solve this problem?

Thanks.