can someone send me the code for selecting the items listed in combobox on keypress. Like

My combobox consists of following items:

Bombay.
Chennai.
Delhi.

Currently am able to select the item with the help of mouse.

how can i select " Chennai " from typing 'c'?

Thanks in Advance.

Recommended Answers

All 2 Replies

Hi,

Set Property Sorted =True for the ComboBox..

Regards
Veena

Hi,
Do u mean Auto Complete? If we type C, it automatically Select "Chennai". Using Combobox's SelLength , SelStart, SelText properties, you can make you own Auto Complete.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.