[quoted text, click to view] dr wrote:
> 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.
If you want to put the form "at some point //other than// startup", why
do you need the form's startup position?
Just put the form wherever you want it to be.
HTH,