Need comboboxes to auto fill when typing

dbtechinc

New member
Joined
Aug 30, 2007
Messages
1
Programming Experience
10+
This is one of the simplest things but I am finding it very frustrating. No matter what I do, I can't get a combobox to either open up when in focus or find a match as it is being typed. I have tried code that does this and still have no idea why it doesn't work. Any ideas would be much appreciated!!!I am using vb.net 2003

Kevin
 
I will assume the combo box in vs2003 doesn't have the AutoComplete properties like the 2005 version has? I'm not surprised.
 
I will assume the combo box in vs2003 doesn't have the AutoComplete properties like the 2005 version has? I'm not surprised.

That would be correct, and no you shouldn't be surprised

I forgot to check this forum last night, sorry about that, I wrote myself a note to do it tonight
 
Here's the VS2003 project for you

It's source code you can leave it as a control, or just take the part that you need and override the event on your own.
 
Back
Top