I've developed a MDI application with a "Special" MDI Child form.
In details I've include a PictureBox in MDI Parent Form and I've use the SetParent API to set the PictureBox as the parent of one of the MDI child forms to obtain a "dockable" form.
After this operation it is impossible to have the MDI child windows list automatically using the WindowList Menu property, is it normal ?!?!
Is it possible to obtain this automatically or is it necessary to use the API to create manually the list??

HELP ME !!!