Hi,

My app has an MDIForm which has a PictureBox and an Image control on the Picturebox. How do I load a childform over this MDIForm?? When I use

Load Childform

only the titlebar of my app changes, but the childform is not visible.

If I change the MDIChild property to false then the form is visible. But I need the form to be a childform.

Any ideas????

Thanx in advance.