Results 1 to 4 of 4

Thread: Adding Items to Combo

  1. #1

    Thread Starter
    Member HateD1's Avatar
    Join Date
    Feb 2003
    Location
    Between the 6 walls
    Posts
    55

    Question Adding Items to Combo

    How would I insert more text into the combo, that way when i click the \/ button, it'll have more choices instead of just the header
    I'm not cynical, I'm just an honest individual.
    New friends just mean new problems.
    Racist pretty much means being bias against a -specific- race, so am i racist if I hate every race?

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    VB Code:
    1. Combo1.AddItem "New Item"
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    Hyperactive Member
    Join Date
    Mar 2001
    Location
    Calgary
    Posts
    273
    Here is a simple example

    Combo1.AddItem "Canada"
    Combo1.AddItem "USA"
    Combo1.AddItem "Irak"
    mannyso

  4. #4
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758
    If you don't want to add the items in code then use the List property on the Combobox property page.

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