VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Easy Lock win 2000 workstation with or without API

by Mike G (7 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 9th January 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Easy Lock win 2000 workstation with or without API

Rate Easy Lock win 2000 workstation with or without API




Private Sub cmdAPI_Click() 
Call LockWorkStation 
End Sub 

Private Sub cmdShell_Click() 
Call Shell("rundll32 user32.dll,LockWorkStation ", vbNormalFocus) 
End Sub

Download this snippet    Add to My Saved Code

Easy Lock win 2000 workstation with or without API Comments

No comments have been posted about Easy Lock win 2000 workstation with or without API. Why not be the first to post a comment about Easy Lock win 2000 workstation with or without API.

Post your comment

Subject:
Message:
0/1000 characters