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.
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.
Don't see what you're looking for? Try a search.
|