j.mendes24 Posted March 9, 2009 at 04:46 PM Report Share #249424 Posted March 9, 2009 at 04:46 PM gostava de saber como e que posso parar um processo(tasks) atraves do vb.net. alguem me pode ajudar? Link to comment Share on other sites More sharing options...
j.mendes24 Posted March 9, 2009 at 04:51 PM Author Report Share #249426 Posted March 9, 2009 at 04:51 PM Dim p As Process For Each p In Process.GetProcesses() If p.ProcessName.ToLower() = "iexplorer" Then ' para terminar o internet explorer por exemplo p.Kill() End If Next Link to comment Share on other sites More sharing options...
jpaulino Posted March 9, 2009 at 09:42 PM Report Share #249538 Posted March 9, 2009 at 09:42 PM Bom trabalho! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now