Now that i look again, that looks to be a ListView, not a ListBox. There is a big difference between these two controls. However, you can still do about the same thing as my first example.prettyprint 复制 Private Sub DeleteToolStripMenuItem_Click(sender As Object, e As EventArgs) ...