I've developed a MDI application with "Special" MDI Child Form.
In details I've inserted a PictureBox in the MDI parent Form and using SetParent API I've set PictureBox to be the parent of one MDI Child form to obtain a "dockable" form.
After this operation it is impossible to show automatically (using Menu WindowList property) the window list!! Is it normal ??
Is it possible to do this automatically without use the create, change,... menu API call ???

HELP ME !!!!