security code for your vb application
security code for your vb application
Rate security code for your vb application
(2(2 Vote))
private sub form_load()
dim password
password = inputbox (" please enter password")
if password = "1234" then
' write between "" any password you like whatever it is
form1.show ' assume that form1 is the startup form
else ' after that write that action you would like to take
msgbox " passwrod is incorrect "
end
security code for your vb application Comments
No comments yet — be the first to post one!
Post a Comment