Hide/show an aplication in win98/me task list (crtl+alt+del)
API Declarations
'module1.hide hide the aplication in the win98/me task list
'module1.show show the aplication in the win98/me task list
'note: it don't work on win nt ,win2k and xp
'for more usefull modules emailme at [email protected]
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