检查进程,无提示?【已解决】
本帖最后由 无名蜘蛛 于 2010-9-17 09:04 编辑以下代码执行后无反应,请帮看下
If ProcessExists("RzxMon.exe") Then
MsgBox(0, "提示", "任子行在工作中")
EndIf
If ProcessExists("RzxMon.exe") Then
MsgBox(0, "提示", "任子行在工作中")
else
MsgBox(0, "提示", "任子行未运行")
EndIf
看你是哪个 你没反映 应该是程序没运行 这段是可以执行的。
If ProcessExists("RzxMon.exe") Then
MsgBox(0, "提示", "任子行在工作中")
Else
MsgBox(0,"提示","任子行没有工作")
EndIf
页:
[1]