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!!!!!!!!
Printable View
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!!!!!!!!
Jus make use the App object in VB and no API is require.
Code:Private Sub Form_Load()
App.TaskVisible = False
End Sub