Makes a form close only with a supplied password
Makes a form close only with a supplied password
Rate Makes a form close only with a supplied password
(2(2 Vote))
if text1.text = "password" then
unload me
else
if msgbox("please enter password first",vbokonly,"password please") = vbok then
cancel = 1
endif
endif
end sub
Makes a form close only with a supplied password Comments
No comments yet — be the first to post one!
Post a Comment