Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: oh hey thur auth form

  1. #11

    Joined
    Dec 2011
    Posts
    262
    Thanks
    22
    Thanked
    106/68
    DL/UL
    22/0
    Mentioned
    74 times
    Time Online
    N/A
    Avg. Time Online
    N/A
    dont worry, got something instore for you :3

    ---------- Post added at 12:25 PM ---------- Previous post was at 12:21 PM ----------

    k its done. now what to make

  2. #12
    Harry Potter
    You rang?

  3. #13

    Joined
    Dec 2011
    Posts
    262
    Thanks
    22
    Thanked
    106/68
    DL/UL
    22/0
    Mentioned
    74 times
    Time Online
    N/A
    Avg. Time Online
    N/A
    Was just asking if you liked it!~

  4. #14

    Joined
    Dec 2011
    Posts
    488
    Thanks
    303
    Thanked
    559/263
    DL/UL
    13/4
    Mentioned
    34 times
    Time Online
    1h 58m
    Avg. Time Online
    N/A
    Quote Originally Posted by Josh View Post
    Password changes to the black password dot when you type aswell :3
    I'm so impressed

  5. #15

    Joined
    Dec 2011
    Posts
    262
    Thanks
    22
    Thanked
    106/68
    DL/UL
    22/0
    Mentioned
    74 times
    Time Online
    N/A
    Avg. Time Online
    N/A
    Quote Originally Posted by ./m View Post
    I'm so impressed
    actually loving your sarcasm :3

  6. #16
    Reemer's Avatar
    Joined
    Dec 2011
    Posts
    639
    Userbars
    8
    Thanks
    364
    Thanked
    446/256
    DL/UL
    39/0
    Mentioned
    203 times
    Time Online
    4d 13h 47m
    Avg. Time Online
    1m
    Needs more... cowbell...

  7. #17
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,720
    Userbars
    166
    Thanks
    5,906
    Thanked
    33,077/6,608
    DL/UL
    23/36
    Mentioned
    3,867 times
    Time Online
    563d 4h 57m
    Avg. Time Online
    3h 13m
    Code:
    Private Sub Text1_Click/Change()
    Text1.PasswordChar = "*"
    End Sub
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


  8. #18

    Joined
    Dec 2011
    Posts
    262
    Thanks
    22
    Thanked
    106/68
    DL/UL
    22/0
    Mentioned
    74 times
    Time Online
    N/A
    Avg. Time Online
    N/A
    Quote Originally Posted by Infamous Joe View Post
    Code:
    Private Sub Text1_Click/Change()
    Text1.PasswordChar = "*"
    End Sub
    Code:
    Private Sub txtPassword_KeyDown(KeyCode As Integer, Shift As Integer)
    
        If txtPassword.Text = "Password" Then
            txtPassword.Text = ""
            txtPassword.FontName = "Wingdings"
            txtPassword.PasswordChar = "l"
        End If
    
    End Sub
    
    Private Sub txtPassword_LostFocus()
        
        If txtPassword.Text = "" Then
            txtPassword.Text = "Password"
            txtPassword.FontName = "MS Sans Serif"
            txtPassword.PasswordChar = ""
        End If
        
    End Sub
    
    Private Sub txtUsername_Click()
    
        If txtUsername.Text = "Username" Then
            txtUsername.Text = ""
        End If
        
    End Sub
    
    Private Sub txtPassword_Click()
    
        If txtPassword.Text = "Password" Then
            txtPassword.Text = ""
            txtPassword.FontName = "Wingdings"
            txtPassword.PasswordChar = "l"
        End If
        
    End Sub
    
    Private Sub txtUsername_KeyDown(KeyCode As Integer, Shift As Integer)
    
        If txtUsername.Text = "Username" Then
            txtUsername.Text = ""
        End If
        
    End Sub
    
    Private Sub txtUsername_LostFocus()
    
        If txtUsername.Text = "" Then
            txtUsername.Text = "Username"
        End If
    
    End Sub

  9. #19

    Joined
    Dec 2011
    Posts
    1,610
    Thanks
    412
    Thanked
    1,065/607
    DL/UL
    68/0
    Mentioned
    582 times
    Time Online
    N/A
    Avg. Time Online
    N/A
    Code:
    Private Sub Button1_Click()
    
        Msgbox("Maxx is awesome")
        
    End Sub

  10. The Following User Says Thank You to maxxine For This Useful Post:

    Reemer (01-16-2012)

  11. #20

    Joined
    Dec 2011
    Posts
    262
    Thanks
    22
    Thanked
    106/68
    DL/UL
    22/0
    Mentioned
    74 times
    Time Online
    N/A
    Avg. Time Online
    N/A
    Quote Originally Posted by Maxxamillion View Post
    Code:
    Private Sub Button1_Click()
    
        Msgbox("Maxx is awesome")
        
    End Sub

    Oh hush you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •