VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Member
    Join Date
    Jan 2009
    Location
    Singapore
    Search Comp PM
    How to write these vb code on loginId and password?

    1. When a user had tried to enter the password unsuccessfully for TWO (2) numbers of times, it will display a prompt to ask user whether they want to reset their password or continue?

    2. When User selected the option to reset their password, the system will prompt him for a secret questionn. if he answered correctly, then the application will show reset the Old Password and will ask the user to key in a New Password and key in again to Confirm the New Password.

    3. If the user does not want to reset his/her password, the application willl only allow ONE more tries?

    4. The application will exit the program when the user had keyed in more than THREE (3) unsuccessful logins.

    Thanks for helping me to write the code......
    Quote Quote  
  2. Member
    Join Date
    Jan 2009
    Location
    Singapore
    Search Comp PM
    Originally Posted by emogal
    How to write these vb code on loginId and password?

    1. When a user had tried to enter the password unsuccessfully for TWO (2) numbers of times, it will display a prompt to ask user whether they want to reset their password or continue?

    2. When User selected the option to reset their password, the system will prompt him for a secret questionn. if he answered correctly, then the application will show reset the Old Password and will ask the user to key in a New Password and key in again to Confirm the New Password.

    3. If the user does not want to reset his/her password, the application willl only allow ONE more tries?

    4. The application will exit the program when the user had keyed in more than THREE (3) unsuccessful logins.

    Thanks for helping me to write the code......
    Pls help me if u can!!!!
    Coz I am rushing for this project!!!!
    Quote Quote  
  3. ...vb code
    For what kind of application? Web, stand alone Visual Basic program, database frontend...???

    Your question contains to less info for any help.
    Quote Quote  
  4. Greetings Supreme2k's Avatar
    Join Date
    Feb 2003
    Location
    Right Here, Right Now
    Search Comp PM
    Originally Posted by emogal
    How to write these vb code on loginId and password?

    1. When a user had tried to enter the password unsuccessfully for TWO (2) numbers of times, it will display a prompt to ask user whether they want to reset their password or continue?
    A simple counter (x+1), then an IF-THEN statement (IF x=2 THEN)

    2. When User selected the option to reset their password, the system will prompt him for a secret questionn. if he answered correctly, then the application will show reset the Old Password and will ask the user to key in a New Password and key in again to Confirm the New Password.

    Same IF-THEN (IF answer=useranswer THEN goto subroutine)

    3. If the user does not want to reset his/her password, the application willl only allow ONE more tries?
    IF reset = no THEN

    4. The application will exit the program when the user had keyed in more than THREE (3) unsuccessful logins.
    IF trys=4 THEN exit subroutine
    Thanks for helping me to write the code......
    Most of ypour questions pertain to general programming, rather thanvideo-related programming, so I suggest that you go here for future questions of this nature. This board is more for video related information (Videohelp.com)

    If this is for school, try to get help from classmates, or read your textbook carefully. If this is for work, you are screwed. You shouldn't take on a job which you are not capable of handling.
    Quote Quote  
  5. Member
    Join Date
    Oct 2004
    Location
    United States
    Search PM
    yep and if it's a class you shouldn't have been sleeping when the teacher taught you these basic programming concepts.
    Quote Quote  
  6. Member
    Join Date
    Jan 2009
    Location
    Singapore
    Search Comp PM
    This nid to be using visual basic application.....

    I did pay attention to class and I attending this module doesn't required me to buy textbooks so I dun hav this module textbooks....
    My teacher juz teaches me really simple basic of visual basic practical onli
    My teacher haven teaches me so difficult code he juz teaches me the simple theory
    So pls can me if u can........ I am juz a beginner.........
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!