|
本帖最后由 gfuchao 于 2011-3-7 17:56 编辑
为什么上边的有些路径显示不出来呐`?
写的有些乱,但是目前水平也就这样,也劳大家,帮助看下!为什么有些路径显示不出来呐,那写错了`?
Func shuaxin()
Dim $list, $ListView1, $ProcessPath, $ProcessList
If $ListView1 Then GUICtrlDelete($ListView1)
$list = ProcessList()
$ListView1 = GUICtrlCreateListView("进程名 |PID |路径 ", 8, 7, 369, 300)
For $i = 1 To $list[0][0]
$ProcessPath = _WinAPI_GetModuleFileNameEx($list[$i][1])
$ProcessPID = $List[$i][1]
If $ProcessPID = 0 Or $ProcessPID = 4 Then
$ProcessPath = ""
EndIf |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?加入
×
|