im still having errors with
'these two lines put the songname and artist name into an array
songName(i) = txtsongName.Text
artistName(i) = txtartistname.Text
End If
it does matter if it works because its my university Visual basic programming coursework .thats y im making a big deal out of it!!!can anybody plz make suggestions to improve my problem as stated above
jazek78 isnt there a way for it to do more than 1 at a time. and also it doesnt hold the selected ones in songName and artistname
ElseIf cmbSong.Text = "5" Then
txtsongName = "La Vida Loca"
txtartistname = "Ricky Martin"
End If
songName(i) = txtsongName.Text...
jasek78 thanks for the code but the program is now only letting me select only 1 song now. i did what u told me to do.
ElseIf cmbSong.Text = "5" Then
txtsongName = "La Vida Loca"
txtartistname = "Ricky Martin"
End If
songName(i) = txtsongName.Text =...
im working on a vb project to design a juke box which plays a number of songs which is dependent on the money u enter. for example if £0.50p is enter 1 song is allowed to be selected or if £1.00 is entered 3 songs are allowed to be selected and displayed on a textbox etc. Ive started the coding...
ppl im new here and a beginner in vb programming, im working on a vb project to design a juke box which plays
a number of songs which is dependent on the money u enter. for example if £0.50p is enter 1 song is allowed to be selected or if £1.00 is entered 3 songs are allowed to be selected and...
ppl im new here and a beginner in vb programming, im working on a vb project to design a juke box which plays a number of songs whhich is dependent on the money u enter. for example if £0.50p is enter 1 song is selected or if £1.00 is entered 3 is selected and displayed on a textbox etc. Ive...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.