Bug ? Mdi Child's Icon does not load.

In my code, there is a MDI parent, and all forms are MDI child, at the beginning, the MDI loads, follow by a MDI child, which immediat maximize on load.

Until this stage, all are fine, but when I add another MDI child, which this time it does not need to maximized, cause all MDI childs are same windowsstate(it will auto-maximized), its Icon is the vb.net default, but in my code, I do load the icon far b4 that(load in MDI parent). But If i do restore/minimize the MDI child, the icon is now correct, and even I manually maximize it, it loads correctly.

[558 byte] By [WongJunnKit] at [2007-12-16]
# 1
Getting the same bug in C# here..
Kaetemi at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
Post a bug report on the Microsoft Product Feedback Center with some code that reproduces it.
DavidM.Kean at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...