Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to create a change password Button??
#3
If you are using an If statement for your password, you could do something like this.
Code:
'Global
public password as string = "pass"
'Login
if textbox1.text = password then
MsgBox("Correct!")
else
Msgbox("Incorrect!")
'Change password (Where textbox2 is your new password)
password = textbox2.text
MsgBox("Password Changed!")
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
Re: How to create a change password Button?? - by brandonio21_phpbb3_import2 - 04-02-2012, 01:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to Make button performs keyboard Button Functions? Himansh 1 9,580 09-15-2012, 10:57 AM
Last Post: brandonio21
  HTML - Editor How to create "Preview in Webbrowser " Button Himansh 2 12,522 05-21-2012, 12:08 AM
Last Post: Himansh
  Create a new file Covert2String 5 19,900 04-11-2012, 02:47 PM
Last Post: brandonio21
  How to code a print Button? Himansh 1 9,806 04-01-2012, 01:16 PM
Last Post: brandonio21
  How to add code to Cross(X) button on a form Himansh 3 14,811 03-27-2012, 11:06 PM
Last Post: brandonio21
  How to create a software like lockNote Himansh 0 6,106 03-22-2012, 11:49 PM
Last Post: Himansh

Forum Jump:


Users browsing this thread: 1 Guest(s)