VB代码禁用任务管理器

时间:2016-09-19 05:53:18
【文件属性】:
文件名称:VB代码禁用任务管理器
文件大小:1KB
文件格式:TXT
更新时间:2016-09-19 05:53:18
VB 禁用 任务管理器 禁用资源管理器代码 Option Explicit Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long Private Declare Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long

网友评论