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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T11:56:51+00:00 2026-05-24T11:56:51+00:00

I have a Windows Forms DropDown element called tsmiSendFeedback . I’m trying to bind

  • 0

I have a Windows Forms DropDown element called tsmiSendFeedback. I’m trying to bind to its click event. The method I have in place to do this is the following:

private static void tsmiSendFeedback_Click(object sender, EventArgs e)
{
    SubmitFeedbackDialog.ShowRequestDialog();
}

I set the debugger in that method, run the program, click the element, and it doesn’t even make it there. No error, just never hits the breakpoint. It’s happening seemingly with every dropdown element in this specific dropdown, but other ones on the page work fine. They are all done in the same fashion though.

Does anyone have any ideas?

  • 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-24T11:56:52+00:00Added an answer on May 24, 2026 at 11:56 am

    Sounds like your designer messed something up.

    You need to make sure that the OnClick of that button is assigned to that event handler. You can do this by double clicking on the button again in the designer, or more reliably (if option A hasn’t worked), you can go into the designer.cs file and assign the OnClick to that event manually.

    In the designer.cs file, add the following:

    tsmiSendFeedBack.Click += new EventHandler(tsmiSendFeedback_Click);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to change dropdown button in a ComboBox control (C#, Windows Forms)? I have
I have windows forms application wich runs another console application here is the part
I have a Windows forms project and a Web Service project in my solution,
I have a Windows Forms (.NET) application that can have multiple documents open simultaneously.
I have a Windows Forms app, that has a single ElementHost containing a WPF
I have a windows forms (.net 3.0) project that won't run on my customer's
I have a Windows Forms application that I wrote that does some monitoring of
I have a windows forms app with a textbox control that I want to
I have a Windows Forms (.Net 2.0) app and I have a request to
I have a Windows Forms application in C#/Visual Studio 2008 with an IE WebBrowser

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.