VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Hide/show an aplication in win98/me task list (crtl+alt+del)

Augusto  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Tue 15th October 2002   Mon 8th February 2021

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

Rate Hide/show an aplication in win98/me task list (crtl+alt+del) (1(1 Vote))
Hide/show an aplication in win98/me task list (crtl+alt+del).bas

Hide/show an aplication in win98/me task list (crtl+alt+del) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters