So there is some trick which i used.
say name of the child form is "form1"
form1.StartPosition = FormStartPosition.Manual;
form1.Location = new Point(50, 620);/* any arbitrary location*/
form1.Show();
Useful links
- http://www.daniweb.com/forums/thread43508.html
- http://bytes.com/groups/net-vb/354590-centerparent-not-working
- http://www.dotnet247.com/247reference/msgs/46/230816.aspx
Thanks,
Gaurav Nanda
No comments:
Post a Comment