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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:56:40+00:00 2026-05-25T12:56:40+00:00

In our application we have white buttons on a white form. When the mouse

  • 0

In our application we have white buttons on a white form. When the mouse hovers the button we want to show a light-blue transparant rectangle over the button.

I want to create this user control, but I don’t know how to do this. I’ve tried google, but I didn;t found anything that could help me, so I hope you guys can point me at the right direction.

  • 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-05-25T12:56:40+00:00Added an answer on May 25, 2026 at 12:56 pm

    You can just derive your own WinForms control from a Button and override the OnPaint event. In the event handler you’ll have an PaintEventArg parameter that contains the property called Graphics. You can use this property to draw anything you want directly where you control is located.

    Here is an example directly from MSDN: http://msdn.microsoft.com/en-us/library/system.windows.forms.control.onpaint.aspx

    Added: just re-read your question and found that I didn’t not reply it correctly.

    Basically, you have to override two events and add one property showing whether your control should be painted with an overlayed rectangle or not, let’s say IsDrawRectangle. As soon as the OnMouseEnter event is triggered you check if IsDrawRectangle is set and if not you set it to true and invoke this.Invalidate(). The Invalidate() method will force the control to be re-drawn and then in your OnPaint event you just again check the value of your IsDrawRectangle property and draw the rectangle if needed.
    You also have to override OnMouseLeave to set the property back to false and force the repaint to remove the rectangle.

    Added: if you need to re-draw more than just a single control (in case if your rectangle covers some other controls that need to be re-drawn) then put everything you want to be re-drawn in one container and call the Parent.Invalidate() method in your event handlers.

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

Sidebar

Related Questions

In our application, we have some forms which need to show some data specifically
For our application(desktop in .net), we want to have 2 databases in 2 different
We have a complete white-label application where clients have pointed domain to our IP
in our application we have a Java applet running inside a .NET browser control.
In our application we have a little query that looks like this: var selectedAgents
In many places in our application we have code like this: using(RAPI rapi =
In our application we sometimes have to make minor GUI modifications for different customers:
In our web application we have a directory which resides outside of the project.
We have two tables in our application that both have a ShowOrder column. We
We have an application that downloads some files in the background. Our application pops

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.