Imagine an MDI form with no menu (perhaps a design flaw). On MDI form sits form A with a menu. When a certain menu option is exercised Form A is resized And Form B (with several cmd buttons) is introduced to the left of Form A.
When any of the cmd buttons on B is clicked...then Menu on Form A goes off. I want it to stay on. To accomplish this I set the focus to form A. Problem is that I see the blink. Is there a way to keep Form A menu on when form A loses the focus (by virtue of the click on a cmd button on B?
Thanks for any suggestions.
When any of the cmd buttons on B is clicked...then Menu on Form A goes off. I want it to stay on. To accomplish this I set the focus to form A. Problem is that I see the blink. Is there a way to keep Form A menu on when form A loses the focus (by virtue of the click on a cmd button on B?
Thanks for any suggestions.