I would like to make a process selection with an open file dialog gui, so the user can pick which process they want to terminate.
this.openFileDialog1.FileName = "FileName";
I've found this in System.Windows.Forms;
.
Any ideas on how can I solve my problem?