Results 1 to 3 of 3
  1. #1
    m60's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    5

    Exclamation [PIC TuT] Login screen

    OK so here its is and im sure its been asked for and maybe even done but here it is for vb8

    First open and start a project.......

    [IMG]https://i279.photobucke*****m/albums/kk138/bap159/TuTpic1.jpg[/IMG]

    Now make 2 buttens 2 textboxes 2 labels. Name 1 of the buttens OK and the other Cancle,1 lable username and 1 password.....

    [IMG]https://i279.photobucke*****m/albums/kk138/bap159/TuTpic2.jpg[/IMG]

    Now that u ahve that done duble click the "OK" butten and this should pop up.....

    [IMG]https://i279.photobucke*****m/albums/kk138/bap159/TuTpic3.jpg[/IMG]

    Ok now click under the line that says "Private Sub Button1_Click" and add this code
    If TextBox1.Text = "Username goes here" Then
    If TextBox2.Text = "Password goes here" Then
    MsgBox(""UR msg to them")
    Form2.show()
    Me.Hide()
    Else
    MsgBox("Urmsg to them")
    End If
    End If
    End Sub
    End Class
    Any thing in RED is what u put in
    Now u have a login form just add the 2 form in to ur project and it should work.....
    If u want the password to be in that stare thing (*) THing do this
    Click Textbox2 and look to the left at the property section and find "passwordchar"....

    [IMG]https://i279.photobucke*****m/albums/kk138/bap159/IDFC.jpg[/IMG]

    AND put in ur (*) thing and ur done

    Hope this helped if u need mor ehelp pm me or hit me on Xfire
    Xfire:m60machine
    If this helped plz thank me it toke some time
    Last edited by m60; 12-03-2008 at 04:59 PM.

  2. #2
    Noxit's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    N:\O\X\I\T.exe
    Posts
    2,017
    Reputation
    24
    Thanks
    640
    My Mood
    Drunk
    Be more specific man, also say HOW to make labels and textboxes and stuff, this could be usefull for nubs to!
    --














  3. #3
    Jianwei's Avatar
    Join Date
    Mar 2008
    Posts
    10
    Reputation
    10
    Thanks
    0
    this guide is for typing your Username and Password, after you execute enter, it will show the message

    like example ..

    Username : madness
    Password : imstrong

    message display : madness is handsome yet a strong guy << if only you type like this MsgBox("madness is handsome yet a strong guy")

Similar Threads

  1. [Release] Improved Login screen background
    By 3vIcT in forum Sudden Attack Hacks
    Replies: 30
    Last Post: 11-29-2011, 06:12 PM
  2. [Pic-Tut] MPGH Pub Hack (Choob Friendly!!)
    By Gourav2122 in forum Combat Arms Hacks & Cheats
    Replies: 1606
    Last Post: 02-06-2009, 06:28 PM
  3. Connection Error at Login Screen
    By aris619 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-07-2008, 07:01 AM
  4. Rate my login screen
    By radnomguywfq3 in forum Art & Graphic Design
    Replies: 8
    Last Post: 07-10-2008, 11:08 PM
  5. [TUT] Gray Screen saver on warrock
    By ktalin91 in forum WarRock Korea Hacks
    Replies: 0
    Last Post: 05-12-2007, 07:45 PM

Tags for this Thread