VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Kills the Windows Task Manager when it loads

Randy Houck  (6 Submissions)   Miscellaneous   VB 6.0   Unknown Difficulty   Sat 7th August 2004   Mon 8th February 2021

Kills the Windows Task Manager when it loads

API Declarations


Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
Const SW_SHOWNORMAL = 1
Const WM_CLOSE = &H10

Rate Kills the Windows Task Manager when it loads (1(1 Vote))
Kills the Windows Task Manager when it loads.bas

Kills the Windows Task Manager when it loads Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters