Simple Log In before running app?

Discussion in 'Visual Basic ( VB )' started by networkmancer, Aug 31, 2009.

  1. networkmancer

    networkmancer New Member

    Joined:
    Aug 31, 2009
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    I am new to this forum but I am not here just to leech. As soon as I know more about vb I will surely answer people's questions if i know its answer but here is my question

    how to make a simple Log In before launching my application. Just a simple Log in that uses if - else function . Ill set only 1 password for that because our assignment really is to make a log in screen and make a good IU on it. Hope you can help me. A downloadable project is much appreciated.
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Make the start form to ask for login and if the credentials are right move on to form2 or else give a message box
     
  3. ManzZup

    ManzZup New Member

    Joined:
    May 9, 2009
    Messages:
    278
    Likes Received:
    43
    Trophy Points:
    0
    Occupation:
    Production Manager:Software @ ZONTEK
    Location:
    Sri Lanka
    Home Page:
    http://zontek.zzl.org
    if txtlogin.text = "iam" and txtPwd.text = "dumb" then
    frmOK.show()
    else
    msgbox("NOPE")
    end if
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice