MDI Child Window Menu Issue
I am having a menu issue when I open my child form. I have set the following properties on my child form: WindowState = Maximized, FormBorderStyle = FixedDialog, ContolBox = false, MaximizeBox = false and MinimizeBox = false.
I create the form with the following code
Form1 Frm = new Form1();
Frm.MdiParent = this;
Frm.SHow();
When the child form opens an icon is placed to the left of the first item in the menu. When clicked on it gives you the restore options. Is there any way to stop the this from happening?
mds336Posted Oct 4, 2003, 2:06 PM
dip_2004_05Posted Sep 30, 2003, 4:21 PM
jamesPosted Sep 30, 2003, 8:15 AM
mds336Posted Sep 29, 2003, 9:29 PM
jamesPosted Sep 29, 2003, 8:29 AM