Results 1 to 6 of 6
  1. #1
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy

    [REQUEST]Source Code For "Remember Me" in a checkbox

    Hi can anyone help me find a code for remember me? I have made a login system and i want the option for remember me for textbox1, textbox2 and textbox3. I would appreciate if anyone can help
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  2. #2
    Calebb's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    212
    Reputation
    12
    Thanks
    75
    Code:
    Code for login button, or w/e.
    
       If CheckBox1.Checked = True Then
                My.Settings.name = TextBox1.Text
                My.Settings.password = Textbox2.text
                My.Settings.Save()
                My.Settings.Reload()
                Label1.Text = "Saved!" //optional
                Label1.ForeColor = Color.LimeGreen  //optional
            End If
    Code:
    Form1.load
    
    CheckBox1.Checked = True
            TextBox1.Text = My.Settings.name
            Textbox2.Text = My.Settings.password
    Note: You have to add user, and pass as strings in your settings.

    Hope i helped.

  3. #3
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    doesnt work have a error while trying to debug something to do with integer
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  4. #4
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    you need to define the variables under settings...if you do not know how you may refer to my tutorial below.

  5. #5
    †hêêlêmêñ†¹²'s Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Your moms house.
    Posts
    109
    Reputation
    10
    Thanks
    7
    My Mood
    Cheeky
    Quote Originally Posted by Coder Never View Post
    you need to define the variables under settings...if you do not know how you may refer to my tutorial below.
    What tutorial? lol.

  6. #6
    Erinador's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    224
    Reputation
    14
    Thanks
    111
    My Mood
    Bored
    Quote Originally Posted by †hêêlêmêñ†¹² View Post
    What tutorial? lol.
    This one

    10char.

Similar Threads

  1. [Request] RAT client/server source code for C++
    By eliteCVDelite in forum General Hacking
    Replies: 4
    Last Post: 02-24-2011, 02:01 PM
  2. Source Code for a vb Tapper
    By zmansquared in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 0
    Last Post: 01-26-2010, 10:46 AM
  3. [Request] Source Code DLL Injector (Text) - VB 2008 Codes
    By deocute in forum Visual Basic Programming
    Replies: 1
    Last Post: 10-21-2009, 12:16 AM
  4. [Request] Source Code For AFK Bot 4 CA
    By JIGS4W in forum Visual Basic Programming
    Replies: 2
    Last Post: 10-06-2009, 08:33 AM
  5. Source code for any d3d/memory hack
    By Ragehax in forum C++/C Programming
    Replies: 6
    Last Post: 10-01-2009, 09:10 PM

Tags for this Thread