Combobox events

S

Shane

Pressing the down arrow button on a combo box fires the "DropDown"
event. Which event fires when you press the down arrow button a second
time?

I want to use the combobox as a textbox with a button. I'm not going
to have it use its internal listbox. I want to show / hide another
control that I'm placing under the combo box(es). I could create a
user control, but that seems to be a bit more complicated.

I don't want to just place a button next to a text box as a
workaround. I'm going to need a lot of these controls.

Thanks
 

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