Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7744189
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T09:42:33+00:00 2026-06-01T09:42:33+00:00

I have been trying and trying and looking for ways/tutorials on how to add

  • 0

I have been trying and trying and looking for ways/tutorials on how to add an image and text item to a imageComboBoxEdit I even read the documentation, but that didn’t really help. I used an imageList then I added Resource.Black; to the imageList however when I try to add it to the text via this

private void AddItems(ImageComboBoxEdit editor, ImageList imgList) 
{
    for(int i = 0; i < 10 ; i++) 
        editor.Properties.Items.Add(new ImageComboBoxItem("Item " + (i + 1).ToString(), i, i));
        editor.Properties.SmallImages = imgList;
}

then doing AddItems(imageComboBoxEdit1, imageList1); it works fine for the text items but if I add a bunch of images to the ImageList it just deletes all the text items and doesn’t display items in it at all.

Bottom line: I NEED HELP! lol

Any and all help will be appreciated! 😀 thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T09:42:34+00:00Added an answer on June 1, 2026 at 9:42 am

    With the designer:

    1. Drop an image list on the form and added an image to it.
    2. In the properties window for the imageComboBoxEdit expand properties set SmallImages to the ImageList added to the form.
    3. Click on the browse button for the Items Property
    4. Click add, to create a new item, fill in description (text to display) and the imageIndex for the image in the image list, and a value. I usually use the same number for the value as the imageIndex.

    Or in code, still assuming that the image list was added to the form and has an image in it.

            ImageComboBoxItem someItem = new ImageComboBoxItem();
            someItem.Description = "Text To Display";
            someItem.ImageIndex = 0;
            someItem.Value = 0;
    
            imageComboBoxEdit1.Properties.Items.Add(someItem);
    

    For this example, I just did this during form load.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been looking at trying to differentiate between editing states in my UITableView.
So I am a little confused, I have been looking around trying to determine
I have been trying to understand the way ActionScript's events are implemented, but I'm
I have been trying to find a good-looking design using Aero in Delphi 2010.
I have been trying to work out the bug on this but can't seem
I have been trying to add an icon to a doorhanger notification in my
I have been trying to use localstorage to store Jquery-min but I am unable
So I am trying to write a compiler in F# and have been looking
I have been trying to echo stuff in my phpunit tests but no luck
Have have been trying to make a validator for my xml files. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.