Basically, I have 2 or 3 MdiChildren forms that have the ability for their title to change at any given time. I have the window list auto-built via .NET's lovely MenuStrip-MdiClient help, but, the title change does not happen until I open or close another form, thus recreating the menu list.
How do I force that to happen on my own?
How do I force that to happen on my own?