Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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,

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...