Jump to content

Recommended Posts

Posted

Hello,

i searched the forum for something near, but with no success...

I have Combobox control with $CBS_DROPDOWNLIST style with some items (for example (one, two, nine).

When i want to select the item, using keyboard, the items are selected only on First letter base (for example when i type "on", Nine is selected).

Is there some trick to force the combobox with $CBS_DROPDOWNLIST style to accept more than the First letter during selecting the items from the list?

Mi wanted result is the same as for example - when you type "fir" on the desktop, Firefox is automatically selected.

Thank you so much.

Fenzik

Posted

@Fenzik,

Do you have any sample code that we can check on what do you want to happen?

or maybe your looking for this:

BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL)

 

Programming is "To make it so simple that there are obviously no deficiencies" or "To make it so complicated that there are no obvious deficiencies" by C.A.R. Hoare.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...