source code vb 6.0 Disable TaskManager

Source Code Disable TaskManager,



Public Function DisableTaskManager()
    Dim tskWin As Long, t As NOTIFYICONDATA
    Shell "taskmgr.exe", vbHide
    Do Until tskWin <> 0
        tskWin = FindWindow("#32770", "Windows Task Manager")
    Loop
    t.hwnd = tskWin
    Shell_NotifyIcon NIM_DELETE, t
End Function

Sekian, salam KeokKeok

Share this:

Post a Comment

 
Copyright © Blog gk jelas. Designed by OddThemes | Distributed By Gooyaabi Templates