OK, I am using vb.net and I have a question regarding the process killing. I was wondering how you kill a process that is curently selected in a listbox. I tried using a list box called lstProcess and
dim Proc as process
Proc = lstProcess.SelectedItem
Kill.Proc
the listbox contains all the currently running process. This did not work and I was wondering how you would approach this. Thanks
dim Proc as process
Proc = lstProcess.SelectedItem
Kill.Proc
the listbox contains all the currently running process. This did not work and I was wondering how you would approach this. Thanks