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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T02:53:36+00:00 2026-05-20T02:53:36+00:00

I am writing a windows forms application that has a check box regarding the

  • 0

I am writing a windows forms application that has a check box regarding the application being added to start up (via registry). If the user checks the box, the CheckedChanged event handler triggers a method that attempts to add the application to the registry. If, for any reason, this fails, I want to revert the check box to its unchecked state, however doing so triggers the method again recursively. How can I avoid this?

Similarly, when the application first loads, I look at the registry and accordingly set the initial state of the checkbox. When I programmatically set the state of the checkbox, the even handler fires, which I do not want.

Is there any way I can suppress the even handler from triggering the CheckedChanged method?

  • 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-20T02:53:37+00:00Added an answer on May 20, 2026 at 2:53 am

    A simple flag would suffice.

    bool flag;
    
    void ClickEventHandler(Object server, EventArgs e)
    {
       if (flag) return;
       ....
    }
    

    And set the flag accordingly.

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

Sidebar

Related Questions

I am about to start on a journey writing a windows forms application that
I'm writing a Windows Forms application which is supposed to play three sound files
I'm writing a Windows Forms Application in C#.NET On startup, the application displays a
I'm writing a C# Windows Forms application. How do I hide the form while
I'm writing a quite complex JavaScript application that has an MVC architecture that I'm
I'm writing a Windows application that basically runs in the background with a notification
I'm writing a custom control derived from System.Windows.Forms.Control . The control is using the
I am writing a Windows service that pulls messages from an MSMQ and posts
I'm writing a windows C# application which I wish to use data grid views,
I'm writing a toy application that plays with the mouse cursor, and I'm trying

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.