Password Box
Password Box
Rate Password Box
(1(1 Vote))
If txtPassWrd$ = "whatever" then '"whatever" is where you want your password
form1.hide ' hides form1
form2.show 'shows password protected form
else ' if not what txtPassWrdis it goes to
msgbox "Wrong","try again" ' this pops a message up sayin wrong
end if ' what can i say ends your if statement
Password Box Comments
No comments yet — be the first to post one!
Post a Comment