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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:51:07+00:00 2026-05-25T18:51:07+00:00

I have 2 event handlers attached to buttons on the same form. I want

  • 0

I have 2 event handlers attached to buttons on the same form. I want to disable the form and show a waitCursor while the method is running, then enable the form and put the cursor back to default.

Here’s the strange part: with almost the same code, one of these events work, and the other doesn’t! What could be wrong here?

This one works.

private void btnExceptionReport_Click(object sender, EventArgs e)
    {              
        lblStatus.Text = "Printing exception report.";

    ActiveForm.Cursor = Cursors.WaitCursor;
    //Form.ActiveForm.Enabled = false;

    if (DatabaseOps.printItemReport("Exceptions", cboEmployee.Text))
    {
        lblStatus.Text = "Exception report printed.";
    }
    else
    {
        MessageBox.Show("Error printing exception report.");
        lblStatus.Text = "Error printing Exception report.";
    }

    //Form.ActiveForm.Enabled = true;
    ActiveForm.Cursor = Cursors.Default;
}

While this one throws an error when I try to change the cursor back to default, stating that ActiveForm is null.

private void btnWIPReport_Click(object sender, EventArgs e)
{       
    lblStatus.Text = "Printing WIP Materials report.";

    ActiveForm.Cursor = Cursors.WaitCursor;
    //Form1.ActiveForm.Enabled = false;

    if (DatabaseOps.printItemReport("WIP", cboEmployee.Text))
    {
        lblStatus.Text = "WIP Materials report printed.";
    }
    else
    {
        MessageBox.Show("Error printing WIP Materials report.");
        lblStatus.Text = "Error printing WIP Materials report.";
    }

    //Form1.ActiveForm.Enabled = true;
    ActiveForm.Cursor = Cursors.Default;   //This line gives error saying ActiveForm is null
}
  • 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-25T18:51:07+00:00Added an answer on May 25, 2026 at 6:51 pm

    You don’t need to call ActiveForm. Simply using this should work:

    Cursor = Cursors.Default;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have to event handlers attached to a form. The first one that fires
I have to event handlers attached to a form. The first one that fires
I have an object with event handlers and I want to make something similar
I have attached Event Handlers to a Border but it seems they only work
So I have a regular onclick event attached to a few buttons, each function
I have two event handlers wired up to a button click in a Windows
I have OnPostExecute event handlers on all my control flow elements, but as soon
I have 2 event handlers: Y.all(.ptl).on(mouseover, handleOverlay); Y.all(.ptl).on(mouseout, handleOverlay); And I would like to
I have an XmlSerializer object, and I have added 2 event handlers to the
Some event handlers for the WinForm DataGridView have DataGridViewCellEventArgs as a parameter and a

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.