Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.69K
1 Posted Topic
Better yet: why not put the code into the form's FormClosing event? It's dreadfully excessive to save the form position every few seconds. Just create user settings called FormX and FormY then put the following 2 event handlers into your form code: Private Sub Form1_FormClosing(sender As Object, e As System.Windows.Forms.FormClosingEventArgs) …
The End.
josh.weide.3