There are two: Code: Dim TargetProcess As Process() = Process.GetProcessesByName("HSUpdate") in the code, so the two lines of the code ^^(above) should be both Code: Dim TargetProcess As Process() = Process.GetProcessesByName("textbox1.text") -THANK you so much XGelite. Sorry if I always keep on asking.
Originally Posted by theavengerisback15 There are two: Code: Dim TargetProcess As Process() = Process.GetProcessesByName("HSUpdate") in the code, so the two lines of the code ^^(above) should be both Code: Dim TargetProcess As Process() = Process.GetProcessesByName("textbox1.text") -THANK you so much XGelite. Sorry if I always keep on asking. they Both should be Code: Dim TargetProcess As Process() = Process.GetProcessesByName("textbox1.text") so yeah.