VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Remove from ( Ctrl+Alt+Delete )LIST THE PROGRAM NAME BY SMALL CODE 2LINES ;) AND ONE LINE to SHOW I

by Mohamed Abdelwahap Aboelnasr (2 Submissions)
Category: Windows System Services
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Fri 8th September 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Remove from ( Ctrl+Alt+Delete )LIST THE PROGRAM NAME BY SMALL CODE 2LINES ;) AND ONE LINE to SHOW IT again

API Declarations


Public Declare Function RegisterServiceProcess Lib "kernel32" (ByVal dwProcessID As Long, ByVal dwType As Long) As Long


Rate Remove from ( Ctrl+Alt+Delete )LIST THE PROGRAM NAME BY SMALL CODE 2LINES ;) AND ONE LINE to SHOW I



'hide your program from the Ctrl+Alt+Delete list, call the MakeMeService procedure:

egy = RegisterServiceProcess(eg, 1)

'restore your application to the Ctrl+Alt+Delete list, call the UnMakeMeService procedure:

arab = RegisterServiceProcess(eg, 0)


Download this snippet    Add to My Saved Code

Remove from ( Ctrl+Alt+Delete )LIST THE PROGRAM NAME BY SMALL CODE 2LINES ;) AND ONE LINE to SHOW I Comments

No comments have been posted about Remove from ( Ctrl+Alt+Delete )LIST THE PROGRAM NAME BY SMALL CODE 2LINES ;) AND ONE LINE to SHOW I. Why not be the first to post a comment about Remove from ( Ctrl+Alt+Delete )LIST THE PROGRAM NAME BY SMALL CODE 2LINES ;) AND ONE LINE to SHOW I.

Post your comment

Subject:
Message:
0/1000 characters