Ok, I'm looping through a Filelistbox doing stuff. Everytime I loop through, I want my label to display the index of the file it's on. This doesn't seem to work:
VB Code:
  1. lblcurrent.caption = File1.ListIndex

It always returns a -1