VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code will allow you to lock outlook express with a password. You will need a text box and a bu

by anonymous (267 Submissions)
Category: Encryption
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 2nd May 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



     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  

Download this snippet    Add to My Saved Code

This code will allow you to lock outlook express with a password. You will need a text box and a bu Comments

No comments have been posted about This code will allow you to lock outlook express with a password. You will need a text box and a bu. Why not be the first to post a comment about This code will allow you to lock outlook express with a password. You will need a text box and a bu.

Post your comment

Subject:
Message:
0/1000 characters