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 8131265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T09:02:34+00:00 2026-06-06T09:02:34+00:00

While loading a Windows Form (C#), I’m trying to iterate through all controls. So

  • 0

While loading a Windows Form (C#), I’m trying to iterate through all controls. So I’m writing code in
public Form1()

I’ve 5 ImageList controls on my form and I want to select an ImageList control on the basis of a string expression.

Can anyone please help to achieve this?

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-06T09:02:36+00:00Added an answer on June 6, 2026 at 9:02 am

    ImageList is not a control so you can’t find them back by iterating the form’s Controls collection. “Selecting” is not a valid operation, assuming you mean setting the focus to it. It isn’t visible at runtime.

    Find them back through the “components” field, like this:

            foreach (Component comp in this.components.Components) {
                var ilist = comp as ImageList;
                if (ilist != null) {
                    // Got one, do something with it
                    //...
                }
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use a loading overlay on top of a Windows form that
All of a sudden I start getting this error while trying to open 2
I'm currently using Python 2.7 + wxPython 2.8.11 on my windows machine. While trying
I have 2 radio buttons and I used mootool while loading as window.addEvent('domready', function()
while loading getfptex(got it from CTAN) batch file ,when i'm extracting this batch file
While loading an XML file in SSIS using an XML source component , i
i have a problem while loading a UITableView on UITabBarController, i got this error
webview in android loads more than once while loading the url. Below is the
I'm working on a Silverlight application that works with WCF services. While loading the
hi programmers! I deployed my project of winforms.It goes fine but while loading the

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.