Does anyone know how to clear strings out of a wxListBox? I found
this, but it doesn't help me.
This ListBox holds names. As data's entered and saved to the db, I want to be able to refresh the ListBox. Easiest way for me is to clear it out and refill it. There may be easier ways to do this, but I don't know my way around C++ very well. So if you know how to clear out a ListBox, this will be a big help to me. Thanks.
** UPDATE **
Although Clear() isn't listed for me when I Ctrl + Spacebar, I manually put it in (expecting an error to be thrown) and it worked. I can't help but wonder why Clear() doesn't show next to ListBox1-> when I use Ctrl + Spacebar. Crazy, that!