Type this inside the event which you call the child MDI form
from the parentMDI form.
Inside Parent Form:
frmSearchCust frmCSearchCust = new frmSearchCust();
frmCSearchCust.MdiParent = this;
frmCSearchCust.StartPosition = FormStartPosition.CenterScreen;
frmCSearchCust.Show();
No comments:
Post a Comment