annef Posted April 1, 2009 Posted April 1, 2009 Hi, I have a combo box witg autocompleteSource as ListItems, AutoCompleteMode as Suggest. I have a number of items in my list such as '1.1' '1.1.1' '1.1.2' When I try and type in 1.1.1, it matches on the 1.1 and then puts the cursor at the beginning of the text which then wipes out the .1 I type in next. I have tried putting Me.SelectionStart = Me.Text.Length in OnSelectedIndexChanged but that did not work. Using SendKeys was a disaster as it out into an endless loop. Any suggestions on how to fix this? Thanks, Quote
Administrators PlausiblyDamp Posted April 1, 2009 Administrators Posted April 1, 2009 Is there any other code attached to the form or combobax that might be interfering with the autocomplete? Just tried duplicating your problem on my PC and it worked as expected for all the AutoCompleteModes. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.