combobox items collection display snafu

D

Dan

OK - I may be going crazy but I'm having one of those "I can't believe
something that ought to be so simple is consuming so much of my day"
moments. I thank you all in advance for any and all assistance.

I have a winforms combobox that I have assigned the Items Collection to
at design time. At runtime the list is seemingly empty, but if I
select an item (or what should be an item because the list seems empty)
it displays in the combobox. In other words, it's as if the ForeColor
== BackColor. Any thoughts? Is this just remarkably simple and I've
overlooked the patently obvious? I tried compiling in release mode as
well to no avail, still get the same odd behavior.

I don't need to, nor do I want to bind the control to a
dataset/datatable. I just want a simple dropdown with 20 pre-defined
items.

Thanks,
Dan
 
D

Dan

Wow - thanks for the quick response Bruce. I don't know if that is
exactly what is hampering me, but I certainly do have all the right
ingredients. Unfortunately I can't shut off the overflow buffer
proction to test (guess it's off to sys admin land).

Thanks again,
Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top