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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:45:38+00:00 2026-05-27T21:45:38+00:00

I am developing a piano in C#. I have the following piece of code

  • 0

I am developing a piano in C#.

I have the following piece of code in my program:

private void panel1_MouseDown(object sender, MouseEventArgs e)
{
    mn1 = new MusicNote();
    foreach (MusKey mk in this.panel2.Controls)
    {
        if (sender == mk)
        {
            //code
            mk.MouseUp += new MouseEventHandler(this.panel1_MouseUp);   
        }
    }
}

What this event does is create a music note and invoke a MouseUp event handler when the user releases the mouse button.

My problem is that if the same music key (MusKey) is pressed a second time, the mk.MouseUp event is executed twice for that single key press. Likewise, if the same key is pressed a fifth time (not necessarily consecutively), the mk.MouseUp event is executed five times for that single key press.

What I want to do is to execute the foreach loop NOT for every MusKey mk, but for every MouseDown event. I do not want the program to “remember” which MusKey mk was pressed.

How can I do this?

  • 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-27T21:45:38+00:00Added an answer on May 27, 2026 at 9:45 pm

    You are wiring up the events every time the mouse is pressed. Assign the event handlers once in a different location (like the Load event).

    I don’t see any harm in connecting all of your MouseUp events for all keys when the application starts up in a manner that guarantees they will only be fired once.

    If you are doing something more elaborate, you will need to evaluate whether or not the event handler has already been connected to the event in question.

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

Sidebar

Related Questions

Developing ios app. I have an object class Product.h and .m respectively along with
Developing for Android 2.3, I have a question regarding layouts. I use a vertival
Developing a project of mine I realize I have a need for some level
developing iphone app, I have used a UIImageview and i have set an image
Developing for iPhone, I have a collection of points that I need to make
Developing applications for Android in Eclipse, press F11 to run the program in the
Developing an app where all tabular data is returned as an object. Some cells
Developing a network application, I have a Connection class that manages sending and receiving
Developing a Struts 2 app I run in a following problem. I need to
After developing in PHP for a long time I have decided to step into

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.