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

  • Home
  • SEARCH
  • 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 9188893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:07:18+00:00 2026-06-17T20:07:18+00:00

For now I have created a Windows Forms Project with a single form and

  • 0

For now I have created a Windows Forms Project with a single form and six buttons added. What I want to do right now is find out how I can iterate through all my buttons and the goal is to set the background color of every button with an even number a different color. Like – button1 - white, button2-red, button3-white, button4-red and so on. Right know I don’t know either how to iterate the buttons or change the background color property but the questions is about iterating so I’d appreciate help about this topic if someone knows how to change the background color of the button it will save me time and maybe new question here.

  • 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-17T20:07:19+00:00Added an answer on June 17, 2026 at 8:07 pm

    Is it an array or list of buttons? Then you could do:

    buttons.Select((btn,index)=>{
                if(index%2==0)btn.BackgroundColor=Color.Red
                else
                     btn.BackgroundColor=Color.White;
           });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a Windows CE6 Image through Platform Builder, and I now want
I have created a windows glass form that inherits from system.windows.forms.form and then I
In my windows forms project I have a parent form that is creates other
I have created Windows Application. In this, I have multiple tables in dataset, now
I have created a multi module maven project. Now I have shared the project
I have created a registration form and now I am trying to put null
I have created a COM Component in C++. Now i want to register my
I have created a custom data grid control. I dragged it on windows form
I created an Add-in project and now I have this in my solution explorer:
I have created a Windows Form Application using Visual C# 2008 Express Edition with

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.