Login Register


Process watching [VB.net][HELP] filter_list
Author
Message
Process watching [VB.net][HELP] #1
hey i need help with two things,

how can i make it so that if a certain Process starts label changes

e.g. firefox starts so label13.text = Firefox running

i know how to start them but not detect them.
[Image: 6caf54.gif]

Reply

RE: Process watching [VB.net][HELP] #2
Code:
If Process.GetProcessesByName("firefox").Length >0 Then 'Running
[Image: rytwG00.png]
Redcat Revolution!

Reply







Users browsing this thread: