Combo Box dropdown list

P

Peter

I want to display the dropdown list in the combo box when the combo box gets focus (when user tabs to this control), how do I do this?
(I am sure this has been answered before but I can't find the answer)


Thanks


Peter
 
J

James Swindell

In the Enter event of the combobox, set the DroppedDown property to true.
I want to display the dropdown list in the combo box when the combo box gets focus (when user tabs to this control), how do I do this?
(I am sure this has been answered before but I can't find the answer)


Thanks


Peter
 
P

Peter

Thank you very much, I guess it was just too simple, I was looking at Interop and messages. But I guess anything is easy once you know the answer.


In the Enter event of the combobox, set the DroppedDown property to true.
I want to display the dropdown list in the combo box when the combo box gets focus (when user tabs to this control), how do I do this?
(I am sure this has been answered before but I can't find the answer)


Thanks


Peter
 

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