Type-ahead on a combo box

  • Thread starter Thread starter Phoon Chee Keong
  • Start date Start date
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
 
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.
 
Back
Top