G
Guest
I'm trying to get running process on an iPaq 2490 using vb code through vs2005.
I was expecting something like
for i = 1 to totalProcesses
arrayProcess(i) = getProcessBy ID(i)
if arrayProcess(i).startinfo.processName = "Terminal Services Client" then
msgBox("Bingo")
end if
next
Of course this doesn't work, but how can I achieve the desired effect.
Thanks in advance
I was expecting something like
for i = 1 to totalProcesses
arrayProcess(i) = getProcessBy ID(i)
if arrayProcess(i).startinfo.processName = "Terminal Services Client" then
msgBox("Bingo")
end if
next
Of course this doesn't work, but how can I achieve the desired effect.
Thanks in advance