combobox dropdown

  • Thread starter Thread starter ReidarT
  • Start date Start date
R

ReidarT

In Access I use me.combobox.dropdown when the combobox get focus.
How do I do it in vb.net?
regards
reidarT
 
ReidarT said:
In Access I use me.combobox.dropdown when the combobox get focus.
How do I do it in vb.net?
regards
reidarT

Set the Combobox' DroppedDown property.

Armin
 
ReidarT said:
In Access I use me.combobox.dropdown when the combobox get focus.
How do I do it in vb.net?

Set the combobox' 'DroppedDown' property to 'True'.
 

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

Back
Top