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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:11:10+00:00 2026-06-06T01:11:10+00:00

I need to change the background colour of a button using C# code (Visual

  • 0

I need to change the background colour of a button using C# code (Visual Studio 2008).

I saw some people recommending the inclusion of a directive: using System.Windows.Media; – I tried it and it triggered this error: Windows does not exist in namespace System. I tried several combinations like:

 btn.BackColor = Color.Red;
 btn.Background = Brushes.Green;

And neither is working. Is a special directive needed for using colour? What code do you suggest. Thanks a lot.

  • 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-06T01:11:11+00:00Added an answer on June 6, 2026 at 1:11 am

    This should change your button background color to Red

    yourButtonName.BackColor = Color.Red;
    

    You need to include System.Drawing namespace as Color class belongs to that. Like this

    using System.Drawing;
    

    And ofcourse you need to add the reference to System.Drawing DLL in your project to use this namespace and Color class.

    enter image description here

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

Sidebar

Related Questions

How to change HTML background with JavaScript Function? I need some simple function to
I need to do round cornered button with background color change in android. How
I need the background colour to change every 750 ms to a different colour
I need change background of all text that have two spaces from the start
I need to change the background of one of my Views based on a
I need to change some text values inside an after effect project file that
Given: <button runat=server id=btnNext>Next &gt;</button> I need in my code behind the have the
I need to change the color of a button on hover. Here is my
I try to change the background when click the button and change to default
I'm using the jQuery toggle function to change some characters of an text input.

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.