I am rather stuck.. i try to add items and then fill the subitems..
but this doesnt seem to work at all....VB Code:
fotolist.Items.Add(temprs.Fields("nr").Value) fotolist.Items(fotolist.Items.Count - 1).SubItems(0).Text = temprs.Fields("datum").Valuei changed the first column.. but when i set it to 1 it says the index is out of range , though there are 3 colums.........




i changed the first column.. but when i set it to 1 it says the index is out of range , though there are 3 colums.........
Reply With Quote