VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Disables Ctrl+Alt+Del in windows XP

Almetaz  (1 Submission)   Windows System Services   VB 6.0   Unknown Difficulty   Tue 22nd June 2004   Mon 8th February 2021

Disables Ctrl+Alt+Del in windows XP

API Declarations


cbSize As Long
hWnd As Long
uId As Long
uFlags As Long
ucallbackMessage As Long
hIcon As Long
szTip As String * 64
End Type
Private Const NIM_DELETE = &H2
Private Declare Function Shell_NotifyIcon Lib "shell32" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, pnid As NOTIFYICONDATA) As Boolean
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long

Rate Disables Ctrl+Alt+Del in windows XP (2(2 Vote))
Disables Ctrl+Alt+Del in windows XP.bas

Disables Ctrl+Alt+Del in windows XP Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters