Quite simply I want the MDI child text to be preceding the text of the parent so that it is the first text seen in the task bar.
[Childname] - AppName
How might I go about this?
Do I simply have to keep the original name saved into a static variable, that I copy the parent's text into at start up, and force the formatting myself by catching the maximize windows message and doing it then?