password and timer
password and timer
API Declarations
and for the time use one timer and 1 label
Rate password and timer
(1(1 Vote))
if txtPassword.text="your password" then
form2.show
me.hide
end if
if txtPassword.text="your password" then
else
msgbox"INVALIDE PASSWORD, retry again!",2+34"login"
txtPassword.text=""
textpassword.setfocus
send keys"{home}+{end}"
end if
end sub
-------
private sub timer1_click()
label1.caption=format(now,"dddddd")
label1.caption=format(time,"hh:ss:mm am/pm
end sub
password and timer Comments
No comments yet — be the first to post one!
Post a Comment