Type-ahead on a combo box

P

Phoon Chee Keong

I have a VB6 app that I'm working on, and I want to change the behavior of
my combo boxes. At present, if I put the control focus on one,
then press, say, the 'S' key, its list goes to the first item that starts
with the letter S. If I then press the letter 'A', it goes to the first item
that starts with 'A'. I would rather that it went to the first item that
starts with 'SA'. I seem to remember that there was some way to configure a
combo box to do this, but I can't find a way. Any ideas how to work on
vb.net?


Thanks.

PCK
 
P

Phoon Chee Keong

On VB.net how to do this?

Regards,
PCK

Bob Powell said:
This forum is specifically for VB.NET

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 

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

type ahead combo 1
Multi-level combo box 3
ComboBox 2
When changing combo box all buttons become disabled. 1
turn off type ahead 2
Combo Box 3
Combo box 4
Type-Ahead Combo Box 1

Top