Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~8K People Reached
Favorite Forums

2 Posted Topics

Member Avatar for nemzmiyaw

Here is my edit on this code. Although the Ctrl Alt Del doesnt get stopped like I thought it would. Using VB 2010 .NET4 [CODE] Imports System.Runtime.InteropServices Imports System.Reflection Public Class Form1 Private Sub Form1_HandleCreated(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.HandleCreated KeyboardJammer.Jam() End Sub Private Sub Form1_HandleDestroyed(ByVal …

Member Avatar for adeministrator
0
6K
Member Avatar for cj101

Hi, I'm making a system where only the supervisors can use the Ctrl+Alt+Del to bring up the menu (Vista / Windows 7) or start taskmanager (XP) Since my application will not be running on anything less than XP I don't need to worry about 95, 98, ME, 2000, etc. I …

Member Avatar for cj101
0
2K

The End.