Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27240

VS 2010 Issue remeber checkbox

$
0
0
I'm using mybb to login to my application in i wanna add a remember check box


This is inside my button

Code:

        If ReactorCheckBox1.Checked Then
            My.Settings.Username = ReactorTextBox1.Text
            My.Settings.Password = ReactorTextBox2.Text
        Else
            My.Settings.Username = ""
            My.Settings.Password = ""
        End If

Then i have this code inside form1 load

Code:

        ReactorTextBox1.Text = My.Settings.Username
        ReactorTextBox2.Text = My.Settings.Password


Viewing all articles
Browse latest Browse all 27240

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>