Results 1 to 5 of 5

Thread: [RESOLVED] How add a large list of items in a listbox?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2011
    Posts
    294

    Resolved [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?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2011
    Posts
    294

    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.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2011
    Posts
    294

    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
  •  



Click Here to Expand Forum to Full Width