Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Visual Basic (https://www.askmehelpdesk.com/forumdisplay.php?f=469)
-   -   How to make a program with accounts? (https://www.askmehelpdesk.com/showthread.php?t=496429)

  • Aug 9, 2010, 07:45 AM
    SuperMiron
    How to make a program with accounts?
    I want to make a program that you can make an account with a Username and Password and then log in to it. Is that possible?
  • Aug 10, 2010, 02:34 PM
    SuperMiron

    Please Tell me!
  • Aug 10, 2010, 02:47 PM
    slapshot_oi

    If this is for a web app, ASP.NET has it all taken care of. I use it all the time.

    Introduction to Membership
  • Aug 11, 2010, 02:15 AM
    SuperMiron
    Quote:

    Originally Posted by slapshot_oi View Post
    If this is for a web app, ASP.NET has it all taken care of. I use it all the time.

    Thanks. I might try it.
  • Aug 11, 2010, 03:17 AM
    ScottGem

    You posted this under VB, are you looking to program in VB or what? Is this for a school assignment?
  • Sep 12, 2010, 10:42 PM
    habib76

    yeah its actually possible but depending on the kind of application you will need a database to store the username and password.
    but if I need to create a simple application that will only allow me to access the program I don't need to such us a simple if statement program:
    if username = habib and password = vb then
    [statement]
    timer.enable = false
    else
    timer.enable = true
    exit
    end if

  • All times are GMT -7. The time now is 07:35 PM.