VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This Will Hide Any Application You Put This Code In From The Ctrl + Alt + Del List.

Brandon Johnson  (7 Submissions)   Encryption   VB 6.0   Unknown Difficulty   Sun 6th August 2000   Mon 8th February 2021

This Will Hide Any Application You Put This Code In From The Ctrl + Alt + Del List.

API Declarations


Private Const RSP_SIMPLE_SERVICE = 1
Private Const RSP_UNREGISTER_SERVICE = 0

Private Declare Function GetCurrentProcessId Lib "kernel32" () As Long
Private Declare Function RegisterServiceProcess Lib "kernel32" _
(ByVal dwProcessID As Long, ByVal dwType As Long) As Long
Private Declare Function GetCurrentProcess Lib "kernel32" () As Long

Rate This Will Hide Any Application You Put This Code In From The Ctrl + Alt + Del List. (2(2 Vote))
This Will Hide Any Application You Put This Code In From The Ctrl + Alt + Del List..bas

This Will Hide Any Application You Put This Code In From The Ctrl + Alt + Del List. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters