Posts
 
Reputation
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
~3K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for mikejs

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) …

Member Avatar for josh.weide.3
0
3K

The End.