Subject: Combo Box Won't Drop Down
Posted By: sjf905 Post Date: 1/12/2007 11:09:19 PM
Hello, I have a combo box on a form. When I run the application, I click the drop down arrow and it does drop but only for a split second, then rolls back up. If I click on the text of the box, I can key down to select anything in it. I have tried:

   comboBox1.Enabled = true;            
   comboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
   comboBox1.Show();
   comboBox1.BringToFront();
   comboBox1.Focus();

Both of these return false:
  comboBox1.CanSelect
  comboBox1.CanFocus

I've been programming for a while but am new to C#.
Thanks for any help.

Go to topic 54572

Return to index page 65
Return to index page 64
Return to index page 63
Return to index page 62
Return to index page 61
Return to index page 60
Return to index page 59
Return to index page 58
Return to index page 57
Return to index page 56