Search results for query: *

  1. S

    Listbox Items Do Not Refresh

    Seems like a lot of code for implementing itemdata, but guess the pros outweight the cons with VB.NET vs VB6. Thanks very much for the solution :)
  2. S

    Listbox Items Do Not Refresh

    I am adding an object to a Listbox which has the properties "ID" and "Text". I have set the "DisplayMember" property of the Listbox to "Text" and "ValueMember" to "ID". Everything works fine when I add a new item to the list, but when I edit the item and change the "Text" value, it is changing...
Back
Top