0
votes
Problem with icon on creating new maximized MDI child form in .NET
I found that the only solution was to deactivate and then reactivate the MDI child:
document.Show();
// Work-around for error in WinForms that causes MDI children to be loaded with …
