Hi
Im opening a mdi child form to the mdi container form
and in that child form the user can select a number of pictures
and from that child form I want to open the pictures in a nother child form that shows the image.
But I cant get it to be a child to the mdi container form??
Can anyone help me with this please? I think Im going nuts...Code:ChildForm frm = new ChildForm(); ChildForm.Parent = This; // Here its always This maybe heres my problem??![]()





Reply With Quote