R
RD
Got a list box that I filled in with the add method. I want to clear it all
before i put new info in it with the add method again
In the
_SelectedIndexChanged event of another list box I wrote
mylbtoclear.objectCollection.clear that gives me REference to a non-shared
member requires an object reference.
Exactly what to do to clear a listbox of all the data it contains. I took
this out of MS docs but I missed something <GGG>
Thanks for any help.
before i put new info in it with the add method again
In the
_SelectedIndexChanged event of another list box I wrote
mylbtoclear.objectCollection.clear that gives me REference to a non-shared
member requires an object reference.
Exactly what to do to clear a listbox of all the data it contains. I took
this out of MS docs but I missed something <GGG>
Thanks for any help.