|
-
Dec 30th, 2011, 04:37 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Save text (data)-
Vb.net 2008
I create registration user name and password project with Login form
using code: My.Setting.....
My question when I wrote the username and password in TextBoxes . I want when checked CheckBox to save UserName and PassWord to Login again automatically.
I hope I'm clear
-
Dec 30th, 2011, 09:07 PM
#2
Re: Save text (data)-
Test the Checked property of the CheckBox and, if it's True, assign the Text property values of the TextBoxes to the My.Settings properties. That's all there is to it: four lines of code.
-
Dec 31st, 2011, 07:02 PM
#3
Thread Starter
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|