Code:
                Dim file As String = OpenFileDialog1.ShowDialog()
                Kill(file)
                ListBox1.Items.Add(" File Del - " & file
why wont that work?