1 Star 0 Fork 0

章鱼DS / PiZYDS-极杀-BestKiller

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Module5.bas 689 Bytes
一键复制 编辑 原始数据 按行查看 历史
章鱼DS 提交于 2017-04-07 18:58 . PiZYDS-极杀-BestKiller V3.1.0
Attribute VB_Name = "BestKilling"
Private Declare Sub Sleep Lib "KERNEL32" (ByVal dwMilliseconds As Long)
Public Sub bestkill()
Dim PathKill As String
Dim PathOpen As String
PrPid = GetPsPid(PrName)
'MsgBox PrPid
PathOpen = Chr(34) & PrPath & Chr(34)
'pathkill = App.Path & "ntsd -c q -p " & PrPid
If GetPsPid(PrName) = 0 Then
If Frm_Main.Check1.Value = 1 Then
If PrPath = "" Or PrPath = "?" Then
MsgBox ("򿪵ַδ֪" & PrPath)
Else
Shell PathOpen
End If
End If
Else
Do While GetPsPid(PrName) <> 0
'MsgBox pathkill
PrPid = GetPsPid(PrName)
PathKill = NtsdFile & "\ntsd -c q -p " & PrPid
Shell PathKill, vbHide
Sleep 500
Loop
End If
End Sub
Visual Basic
1
https://gitee.com/PillarsZhang/PiZYDS-BestKiller.git
git@gitee.com:PillarsZhang/PiZYDS-BestKiller.git
PillarsZhang
PiZYDS-BestKiller
PiZYDS-极杀-BestKiller
master

搜索帮助