VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

DISABLING CTRL+ALT+DEL IN WINDOWSXP

Aung Win Htut  (1 Submission)   Encryption   VB 6.0   Unknown Difficulty   Fri 17th October 2003   Mon 8th February 2021

DISABLING CTRL+ALT+DEL IN WINDOWSXP

API Declarations



Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long

Private Declare Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long


Private Const SW_HIDE = 0

Rate DISABLING CTRL+ALT+DEL IN WINDOWSXP (2(2 Vote))
DISABLING CTRL+ALT+DEL IN WINDOWSXP.bas

DISABLING CTRL+ALT+DEL IN WINDOWSXP Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters