I have a large list of keyword and I want include this list in a listbox .How can I do it?
I tried by paste the list in the collection control but by this way the listbox allow only a small amount of keywords. Can you help me?
Printable View
I have a large list of keyword and I want include this list in a listbox .How can I do it?
I tried by paste the list in the collection control but by this way the listbox allow only a small amount of keywords. Can you help me?
It's not really clear what you're asking for. Do you mean add them in the designer, or do you mean using code at run time?
By the collection control in the properties in the designer.
Thanks for try to help me.
If you some items in the designer, you can then open the designer code file to see what code it generates. You can then edit that code directly to include all the items you want. To see that file, open the Solution Explorer and click the Show All Files button, then expand the node for your form.
Thank you very much for your big help.