VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

How To hide your program from the Ctrl+Alt+Delete list

Massimo Branca  (2 Submissions)   Miscellaneous   VB 6.0   Unknown Difficulty   Wed 31st January 2001   Mon 8th February 2021

How To hide your program from the Ctrl+Alt+Delete list

API Declarations



2. Copy this code into the declarations section of the form:

Private Declare Function GetCurrentProcessId _
Lib "kernel32" () As Long
Private Declare Function GetCurrentProcess _
Lib "kernel32" () As Long
Private Declare Function RegisterServiceProcess _
Lib "kernel32" (ByVal dwProcessID As Long, _
ByVal dwType As Long) As Long
Private Const RSP_SIMPLE_SERVICE = 1
Private Const RSP_UNREGISTER_SERVICE = 0


Rate How To hide your program from the Ctrl+Alt+Delete list (1(1 Vote))
How To hide your program from the Ctrl+Alt+Delete list.bas

How To hide your program from the Ctrl+Alt+Delete list Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters