My listview has 3 columns. "Text" , "Delay" and "".
The "" column is to show which one is being ran by filling it with a "<".
If I use
List.Items(currentTimer - 1).SubItems.Add("<")
Then it works, but how will I remove it?
SubItems(1) modifies column 1, and SubItems(2) is out of range.
Thanks in advance.