to kill the process after 30 seconds
If MyProcess.TotalProcessorTime.Seconds >= 30 Then
MyProcess.Kill()
End If

is correct ?

Come on, cfonseca, you're not giving us much info to work with , are you?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.