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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:24:12+00:00 2026-05-11T13:24:12+00:00

I’ve written the following (very simple) control for use in an application (comments removed

  • 0

I’ve written the following (very simple) control for use in an application (comments removed for brevity):

public partial class HorizontalRule : Control {     public HorizontalRule()     {         InitializeComponent();     }      protected override void OnPaint(PaintEventArgs e)     {         base.OnPaint(e);          var g = e.Graphics;          var rect = new Rectangle(             this.ClientRectangle.Left,             this.ClientRectangle.Height / 2 + 1,              this.ClientRectangle.Width,             1);          ControlPaint.DrawBorder3D(g, rect, Border3DStyle.Etched);          return;     } } 

Disclaimer: I’m a newbie at painting my own controls.

I chose to draw the line this way based on the recommendation in the Vista UX guidelines that suggests an etched rectangle of height 1 for separators.

When static, this looks fine, but I’ve noticed that I get redrawing artifacts if I place this control in a window and resize it (via anchor, e.g.). I’m redrawing my border over my entire client rectangle’s width, but it’s like it isn’t actually being painted. Enabling DoubleBuffered in HorizontalRule’s constructor, or in the form that it’s embedded in, doesn’t seem to make a difference either.

What am I doing wrong?

Update:

Per the suggestion, I tried calling base.OnPaint last instead of first. I don’t know what that would have changed, and it doesn’t seem to have changed anything either.

Not drawing the background accomplished nothing useful. I still get the artifacting, but then I also don’t get the background color so instead I saw image of whatever was underneath the horizontal line.

  • 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. 2026-05-11T13:24:12+00:00Added an answer on May 11, 2026 at 1:24 pm

    I can hack a solution that doesn’t result in artifacting by overriding OnResize() to invalidate the entire control:

    protected override void OnResize(EventArgs e) {     base.OnResize(e);      this.Invalidate(); } 

    I’m not sure that this is the ‘right’ solution, however.

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

Sidebar

Ask A Question

Stats

  • Questions 294k
  • Answers 294k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I ended up saving my document file in unix format… May 13, 2026 at 6:45 pm
  • Editorial Team
    Editorial Team added an answer You should put the conversion to dFreq immediately inside the… May 13, 2026 at 6:45 pm
  • Editorial Team
    Editorial Team added an answer It looks like you just need to set the BorderStyle… May 13, 2026 at 6:45 pm

Related Questions

I've got a string that has curly quotes in it. I'd like to replace
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.