I'm surprised that, at runtime, if you click on an MDI child form or select one of its controls, it doesn't get activated, i.e. its caption bar remains the same colour and the MDI's caption doesn't get changed. I thought activation of a form in this manner was standard behaviour - if you look at Word for instance you will see that the form does get activated.
So is there a very simple way to achieve this effect? I can use the form's Enter event, but that won't trigger if the user clicks on the form, only on a control that is capable of being entered. So any thoughts?
So is there a very simple way to achieve this effect? I can use the form's Enter event, but that won't trigger if the user clicks on the form, only on a control that is capable of being entered. So any thoughts?