Help me please.

1) How to situate processes in TableView or GridView by Name and PID
columns?
2) How to kill Process?


I cannot find any example of it and about Process.Kill.

I tried: 

Dim p As Process = "tvtime"
p.Kill
____

Process.Kill(9207)
_____

Process.Kill(tvtime)

Its does not work.



Thank you



-- 
View this message in context: 
http://old.nabble.com/Process-in-TableVew-and-to-Kill-a-Process-tp33417515p33417515.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to