E
Eric W
CreateProductForm f = new CreateProductForm();
f.Parent = this;
f.Show();
I'm trying to show a child form on the smartphone. It works fine when i
just call f.Show() but as soon as I set f.Parrent, the form never displays.
Can anyone help me. I need to be able to close the parent form from the
child form.
Many thanks.
f.Parent = this;
f.Show();
I'm trying to show a child form on the smartphone. It works fine when i
just call f.Show() but as soon as I set f.Parrent, the form never displays.
Can anyone help me. I need to be able to close the parent form from the
child form.
Many thanks.