PDA

Click to See Complete Forum and Search --> : How to hide a process?


Dec 22nd, 2000, 06:14 AM
Does anybody know how to make a running prog invisible for the taskmonitor and other applications or when you press AL + STRG + DEL (win98 or win95)????
THX in ANTICIPATION!!!!!!!!

Chris
Dec 22nd, 2000, 07:38 AM
Jus make use the App object in VB and no API is require.


Private Sub Form_Load()
App.TaskVisible = False
End Sub