hi, heres what i'm trying to do need to be able to loop through lstSong and put each selection one at a time in txtlogin. once it gets to the bottom repeat. I also would like for it to show selection (.Selected)

VB Code:
  1. For L = 0 To lstSong.Count - 1
  2. txtlogin.Text = lstSong.List

thanks in advance