emaduddeen
Programmer
Hi Everyone,
I have a listbox that does not clear. I issued this command while the listbox has focus:
Can you tell me what I'm missing to get the listbox to clear? Do I need to get focus away from the listbox? If so how do I do that?
Thanks in advance.
Truly,
Emad
I have a listbox that does not clear. I issued this command while the listbox has focus:
Code:
lstDBAData.Items.Clear()
Can you tell me what I'm missing to get the listbox to clear? Do I need to get focus away from the listbox? If so how do I do that?
Thanks in advance.
Truly,
Emad