http://www.vb-helper.com/HowTo/lastpos.zip

	Purpose
Restore a form to the position it had when it was last run

	Method
Use the GetWindowPlacement API function to see where the form should be when
it is normalized. Save and restore the form's geometry values in the
system registry.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
