I'm using the Visual Basic that comes with Visual Studio 2012 Utlimate, and everything I find online doesnt ever work. I am simply trying to make it to when a button is clicked the rows that are checked get deleted.
Do While TodaysTrans.SelectedItems.Count > 0
TodaysTrans.Items.Remove(TodaysTrans->CheckBox.Equals(true))
Loop