Looking for some help on Form positioning;

How would I code the following?

On Form Exit;
-Save new form position.

On Form Load;
-Check to see if the form was saved on a multiple monitor setup
- is the monitor present, -if true
-is the form visible
-if true, do nothing.
-if false, reset to center of that screen
- is the monitor present, -if false
-reset to center screen of primary monitor
-is the form visible
-if true, do nothing.
-if false, reset to center of that screen