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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:07:55+00:00 2026-06-03T07:07:55+00:00

The code below create one circle inside the windows form. This code compiled without

  • 0

The code below create one circle inside the windows form.
This code compiled without any errors. But it didn’t draw the ellipse?! Why?

using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using System.Drawing;

namespace WindowsFormsApplication1
{
    public class Task1 : Form1
    {
        public void FillEllipseInt(PaintEventArgs e)
        {
            SolidBrush redBrush = new SolidBrush(Color.Red);
            int x = 100;
            int y = 100;
            int width = 200;
            int height = 100;
            e.Graphics.FillEllipse(redBrush, x, y, width, height);
        }

        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new Form1());
        }
    }
}
  • 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-03T07:07:57+00:00Added an answer on June 3, 2026 at 7:07 am

    You need to attach the Paint event of the form and from that call your FillEllipseInt method. Also, you need to change Application.Run(new Form1()); to Application.Run(new Task1()); as (at least in the code you’ve shown) there’s not Form1 class. This is also why I think that Task1 should inherit from Form and not Form1.

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

Sidebar

Related Questions

using the code DataViewModel with one form for create and edit with partial view
I'm using the code below to create the id for one element in my
hi thanks a lot i have one code below in this code ill upload
Bitmap In the code below we can create it or it is one type
I create one UIToolbar with code and another with interface builder. But, found out
This walkthrough says you can create a WPF datagrid in one line but doesn't
Greetings, The VBA code below will create an Excel QueryTable object and display it
Okay, so I've got the following code shown below to create a dialog using
the code below gives compilation error when I try to create test t[2]; because
I am using below code to create a reminder in Google calendar (using Google

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.