|
-
Aug 9th, 2011, 10:41 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] How add a large list of items in a listbox?
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?
-
Aug 10th, 2011, 12:33 AM
#2
Re: How add a large list of items in a listbox?
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?
-
Aug 10th, 2011, 01:55 AM
#3
Thread Starter
Hyperactive Member
Re: How add a large list of items in a listbox?
By the collection control in the properties in the designer.
Thanks for try to help me.
-
Aug 10th, 2011, 02:35 AM
#4
Re: How add a large list of items in a listbox?
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.
-
Aug 10th, 2011, 02:49 AM
#5
Thread Starter
Hyperactive Member
Re: How add a large list of items in a listbox?
Thank you very much for your big help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|