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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T16:32:20+00:00 2026-05-11T16:32:20+00:00

Since I’m just learning C# with .NET, (I have more experience with the XNA

  • 0

Since I’m just learning C# with .NET, (I have more experience with the XNA framework), I might not use it just the right way.

My problem is from my view very strange. I have made a form with a TabControl inside of it, using the designer. In one of those tab pages I have a ListBox and a ComboBox. The ComboBox has a static number of items which are all declared at intialization for the ComboBox.

Whenever I click the ComboBox to view its list of contents, (which are about 30), and scroll down or up my whole apps’s performance sinks a lot for about one second. This makes my ComboBox slow as syrup and on top of all this seems to hit my ListBox since it becomes white for the one second as if it is waiting for redrawal.

Now I have not written any loops or other heavy processing for anything with the ComboBox, everything was written automatically by VisualStudio 2008 and is the standard template code + the items in the box.

EDIT: As I said, the only code is generated by VS 2008 and I have no methods attached to the ComboBox, (Exept for one empty). However the code is here:

// 
// comboBox1
// 
this.comboBox1.DropDownHeight = 200;
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.IntegralHeight = false;
this.comboBox1.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J",
"K",
"L",
"M",
"N",
"O",
"P",
"Q",
"R",
"S",
"T",
"U",
"V",
"W",
"X",
"Y",
"Z"});
this.comboBox1.Location = new System.Drawing.Point(26, 362);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(101, 21);
this.comboBox1.TabIndex = 8;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);

Anyone able to share insight in what is happening here?

  • 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-11T16:32:20+00:00Added an answer on May 11, 2026 at 4:32 pm

    Ok, so I found out what it was, kind of embarassing actually. My app is using a hook but the hook is always up and running, even if not needed. Some restructuring there and the problem should be fixed. Might have to take a look on the hook too since it is not my source from the beginning.

    Appreciate the answers though 🙂

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

Sidebar

Related Questions

Since Rails is not multithreaded (yet), it seems like a threaded web framework would
Since i'm not strong in asp.net, probably my question will sound silly. I've got
Since I have started learning about rendering to a texture I grew to understand
Since black red tree is a binary search tree I have decided to use
Since CS3 doesn't have a web service component, as previous versions had, is there
Since the keyboard is the interface we use to the computer, I've always thought
Since hist() of the base R does not report percentages (and the freq=FALSE) does
Since yesterday suddenly my Eclipse does not work anymore. The error is Failed to
Since in the control file I have to provide a name (hard-coded) I need
Since OpenGL ES 2.0 is not backward-compatible to OpenGL ES 1.x because of it's

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.