How can I add items in cb?
I used following code in the form load event, but
when I click the dropdown list, it shows blank items.
However, I can select the blank item. Then it shows
the text of the item. Strange, can somebody explain why it's doing this?
Thanks.
cb.Items.Add("LName")
cb.Add("FName")
I used following code in the form load event, but
when I click the dropdown list, it shows blank items.
However, I can select the blank item. Then it shows
the text of the item. Strange, can somebody explain why it's doing this?
Thanks.
cb.Items.Add("LName")
cb.Add("FName")