Click in VB the Combobox

S

S Shulman

Hi

Does anyone know how to click a combobox control in VB so the entire list
will be shown?

Thank you,
Shmuel Shulman
 
J

Jay Taplin

I may be misunderstanding your question, but if you want to show the
contents of the dropdown, here it is:

cbo.DroppedDown = True

Jay Taplin, MCP
 
H

Homer J Simpson

Does anyone know how to click a combobox control in VB so the entire list
will be shown?

What do you mean by "click a combobox control"?

Do you want to overide the default display?
 

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

Similar Threads

Print an image file from VB 1
NumericUpDown Control 2
Status Bar 2
String Methods 3
Tick a checkbox 1
Drawing Tools 1
Send a message to a thread 1
Menu Question 3

Top