Hey, i'm new here...
but, i search a lot, and i not found any answer ..
so, i decided to make a thread here ...
i want to khnow how to make a program, that program see if the process is running, and is the process is running, then make something ..
i have this !
but don't work !
what is wrong ?
but, i search a lot, and i not found any answer ..
so, i decided to make a thread here ...
i want to khnow how to make a program, that program see if the process is running, and is the process is running, then make something ..
i have this !
VB.NET:
Dim i As Process
i = Process.GetProcessesByName(Process)
If i = True Then
'something
End If
but don't work !
what is wrong ?