Search results for query: *

  1. S

    Listbox problems

    Thanks so much!!
  2. S

    Listbox problems

    Another problem When I add items to the listbox (prices), I need to add all the prices in the listbox together to find Subtotal, and display it in a label. But for some reason my Subtotal is only showing the price of the most recent item entered... instead of adding up the items in the listbox...
  3. S

    Listbox problems

    I got it figured out... thanks for checking this for me. It ended up being a problem totally un-related a few lines earlier in the code. Those are so annoying...
  4. S

    Listbox problems

    hahaha - yes, I'm typing things into the textbox :) No, I'm not getting any errors... that's part of why I was confused. At least errors give you an idea of what might be the problem.
  5. S

    Listbox problems

    Ok, I'm totally new at this. I know how to select items in one listbox and put them into another one... but I can't figure out how to put user-entered text into a listbox. I want the user to enter text in txtBox1, click btnAdd, and the text will appear in lstBox1. What's wrong with this...
Back
Top