G
Guest
Hi
my application is an MDI application , when i call a child form like this
objchild = new frm();
objchild.MdiParent = this;
objchild.Show();
the child screen in the container gets a truncation in its area, i got couple of textboxs and buttons along with a tab control
on the child form.
----need help
-----seash
my application is an MDI application , when i call a child form like this
objchild = new frm();
objchild.MdiParent = this;
objchild.Show();
the child screen in the container gets a truncation in its area, i got couple of textboxs and buttons along with a tab control
on the child form.
----need help
-----seash