T
Terry 01
Guest
I have a Combo-Box (cboPayors) that is loaded in ascending sequence on my windows form. I like the fact that when you type a character, it positions at the first item in the list beginning with that character. I want to enhance this capability by typing one or more additional characters and have the Selected-Index advance to the next item meeting the keyed sequence of characters.
Is there a way to accomplish this with the properties of cboPayors (Ive spent several hours selecting different properties and hunting Help to no avail), or do I have to write the code to do it (which Ive come to the conclusion that I do). If the latter, how would you suggest (broad brush outline) I write the VB code?
Terry 01
Continue reading...
Is there a way to accomplish this with the properties of cboPayors (Ive spent several hours selecting different properties and hunting Help to no avail), or do I have to write the code to do it (which Ive come to the conclusion that I do). If the latter, how would you suggest (broad brush outline) I write the VB code?
Terry 01
Continue reading...