Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Dhr003

    how do you limit data being selected from a combo box?

    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
  2. Dhr003

    how do you limit data being selected from a combo box?

    jazek thanks alot i really am grateful for your help
  3. Dhr003

    how do you limit data being selected from a combo box?

    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
  4. Dhr003

    how do you limit data being selected from a combo box?

    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...
  5. Dhr003

    how do you limit data being selected from a combo box?

    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 =...
  6. Dhr003

    how do you limit data being selected from a combo box?

    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...
  7. Dhr003

    plz can someone tell me what ive done wrong?

    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...
  8. Dhr003

    creating juke box in vb

    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...

Part and Inventory Search

Back
Top