register

  1. sdglhm

    Question Fingerprint identity validation program

    Hi, I'm doing a higher national diploma in ICBT kandy. They have given our group an assignment on Fingerprint identification validation program. Program scopes are as follows, To be able to store finger print data in a mySQL database To retrieve data from the database when a fingerprint...
  2. S

    Code for searching username field in database

    i have one registration form which consists of username, password, confirmpassword and Register button. When i will be typing the username, it should show whether the username is available or not. and i have changed the username column as primary key in sql database. Private Sub...
  3. S

    Question code for update button?

    i have one registration form which consists of username, password, confirmpassword and Register button. When i will be typing the username, it should show whether the username is available or not. and i have changed the username column as primary key in sql database. Private Sub...
  4. H

    Question Remembering Settings?

    How can i get my program to remember settings? (Not sure if this is the correct forum) But, I have made it so that they click on a register button, if they enter the correct registration code, it will unlock these features. How can i make it so it remembers that the key has been inserted, so...
  5. H

    Registration - String to Double?

    I am making a registration feature for my program, and so far, this is my code If UserID.Text * (KeyID.Text / 994) > "2067189894" And UserID.Text * (KeyID.Text / 994) < "2026581216" Then MsgBox("The User ID and Key are Correct! Click Register to complete registration for...
  6. S

    Question Login system

    Ok, first off, I'm a beginer in Visual basic.studios. I get how to code for the most part. What I'm looking for is a login system so that users can register an account, but for now all I would want the user and password to save in a text file on my computer called "Accounts". I've been looking...
Back
Top