Groups | Blog | Home
all groups > c# > february 2007 >

c# : how to get the System.Drawing.Point of FormStartPosition, e.g. if i want to recenter the form on the screen at some point other then startup.


dr
2/17/2007 9:24:50 PM
how to get the System.Drawing.Point of FormStartPosition, e.g. if i want to
recenter the form on the screen at some point other then startup.

ClayB
2/18/2007 12:58:09 AM
Try changing its Location property. (The point should be in the form's
parent coordinates.)

this.Location = new Point(600, 600);

====================
Clay Burch
Syncfusion, Inc.
AddThis Social Bookmark Button