Autocomplet combobox ending at forward slash

S

schleichv

Hello,

I am trying to use the autocomplete feature of the dotnet 2.0 combobox.
Everything works fine except when the strnig contains a forward slash
(/). For those items, the autocomplete text ends at the forward slash.

i.e. If the Items contained the string "My event 5/6/2006"
The autocomplete would only show "My event 5/", and thus would never
get a match.

Has anyone run across this? Any help appreciated.

Thanks.
 
S

schleichv

Yep. That is exactly what was happening. I had missed the note.
Thanks for pointing it out. I changed the combobox from a custom
source and placed my items in a the Items instead, then changed the
mode to suggest. This fixed the issue.

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top