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:
For L = 0 To lstSong.Count - 1 txtlogin.Text = lstSong.List
thanks in advance




Reply With Quote