Search results for query: *

  • Users: lizz
  • Order by date
  1. L

    items not displayed in listbox

    still not there... I took your advice and created a new project with only a button, textbox, and a listbox. For the Button code, I have: txtBox.Text = "2" lstBox.Items.Add("3") The '2' shows up in the textbox. The '3' does not display in the listbox, but I can choose the item by...
  2. L

    items not displayed in listbox

    When I add an item to a listbox, it is not displayed in the listbox (lstBox.Items.Add(value)). I have tried changing the foreground and the background. (This program worked correctly on a different machine last year.) When I repeatedly click on the command button, eventually the a vertical...
Back
Top