VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Disable CTRL + ALT + DEL on Windows XP

Angsuman Banerji  (23 Submissions)   Windows System Services   VB 6.0   Unknown Difficulty   Fri 4th January 2008   Mon 8th February 2021

Disable CTRL + ALT + DEL on 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 Disable CTRL + ALT + DEL on Windows XP (2(2 Vote))
Disable CTRL + ALT + DEL on Windows XP.bas

Disable CTRL + ALT + DEL on Windows XP Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters