I want to know how I can add TextBox
text to the start of some of items in my Listbox
. For example when I type 'Game 1' in the TextBox it shows that at each timing like Game 1: 00:00:00
and if I type 'Game 2' It shows it like Game 2: 00:00:00
.
I am using VB.Net
, any help would be appreicated