- Home
·
- Encryption
·
- This code will allow you to lock outlook express with a password. You will need a text box and a bu
This code will allow you to lock outlook express with a password. You will need a text box and a bu
This code will allow you to lock outlook express with a password. You will need a text box and a button. Enter this code in the click command
Rate This code will allow you to lock outlook express with a password. You will need a text box and a bu
(2(2 Vote))
Dim istat As Long
Dim text As Variant
text = Text1.text
If text = "the password you want goes here" Then
istat = Shell ("C:\Program Files\Outlook Express\msimn.exe", _
vbNormalFocus
End
Else
MsgBox "Incorrect Password"
End If
End Sub
This code will allow you to lock outlook express with a password. You will need a text box and a bu Comments
No comments yet — be the first to post one!
Post a Comment