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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:04:44+00:00 2026-06-13T12:04:44+00:00

I just started to learn MFC. I need to draw a circle. If I

  • 0

I just started to learn MFC. I need to draw a circle. If I use OnPaint() it works. What should i do that it will draw on background ? Is this the proper function or should I change it?

void Cvaja5Dlg::OnRButtonDown(UINT nFlags, CPoint point)
{
    CPaintDC dc(this);
    dc.Ellipse(0,0,500,500);
    CDialogEx::OnRButtonDown(nFlags, point);
}
  • 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-13T12:04:44+00:00Added an answer on June 13, 2026 at 12:04 pm

    No, Windows painting works different way. It’s quite asynchronous.

    1. CPaintDC shall be used only inside WM_PAINT handler as it performs BeginPaint()/EndPaint() calls.
    2. All drawing usually shall be performed in overrided CWnd::OnPaint()/CView::OnDraw() method.
    3. On user input (e.g. right mouse button down) your handler shall change state of your class, e.g. set some bool flag isRightButtonDown and call Invalidate() to initiate asynchronous repainting of window. To enforce synch repainting you could use UpdateWindow() or RedrawWindow() right after invalidating.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've just started to learn how to use JSON and this is probably a
I just started to learn how to use action listeners. To my understanding it
Well, I've just started to learn Exceptions at college, here is a code that
I just started to learn MVC and am trying to understand how it works.
Just started to learn C and came across the following issue: I need to
I just started to learn C programming. In my book there is this piece
I just started to learn JBoss Seam Framework and I've never use Maven. I
Sorry, this is probably a very bad question. Ive just started to learn Obj-C
I just started to learn Django and Python. I use the online book from
I have just started to learn asp.net MVC3 and i run into this problem:

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.