VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Allways wanted to make your program hidden in that annoying Ctrl+Alt+Del window? well now it is eas

Lame_Joker  (2 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Sun 24th June 2001   Mon 8th February 2021

Allways wanted to make your program hidden in that annoying Ctrl+Alt+Del window? well now it is easy then ever! useing those simple lines of

API Declarations


Public Declare Function GetCurrentProcessId Lib "kernel32" () As Long

Public Process As Long

Public Sub Hide_me()
Process = getcurentProcessid
RegisterServiceProcess Process, 1
end sub

Public Sub Show_me()
Process = getcurentProcessid
RegisterServiceProcess Process, 0
End Sub

Rate Allways wanted to make your program hidden in that annoying Ctrl+Alt+Del window? well now it is eas (2(2 Vote))
Allways wanted to make your program hidden in that annoying Ctrl+Alt+Del window? well now it is eas.bas

Allways wanted to make your program hidden in that annoying Ctrl+Alt+Del window? well now it is eas Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters