hi,

i have an mdi parent form and have child forms to load on that.

problem is that the mdi parent has a picture box which i have used to display information so when i load the child forms the picture box is only shown and not the child form.

i cannot remove the child property as i need it to be in front of the screeen and the mdi child to be disabled when a child form is active.

also i tried opening the child forms as vbmodal but it says mdi child forms cannot be opened modally.

pls help.