Setting form location
C#
5
Posts
4
Posters
0
Views
1
Watching
-
Hi all i am a fresher in c#... my doubt is that when i open a form from another form i want that form to display on the center of the form from where i call ... i dont want to use mdi forms ... can anybody help me?? Thanks Akhil
-
Hi all i am a fresher in c#... my doubt is that when i open a form from another form i want that form to display on the center of the form from where i call ... i dont want to use mdi forms ... can anybody help me?? Thanks Akhil
Hi,
Form.StartPosition = FormStartPosition.CenterParent;
Robert -
Hi,
Form.StartPosition = FormStartPosition.CenterParent;
Robert -
Wooowwww.... Thanx soo much in the same way how will i do with messageBox ??? is there any way ??? thanx Akhil