Hello all.
I have a small problem .
How can I, in c#, windows forms aplication,ComboBox, use AutoComplete.
Lets imagine that i have 5 items in the ComboBox that are :
Abcd
Abcdd
Acc
Accd
Add
If i start writing "ab" it will only display items that starts with "ab" .
Or if its impossible, to only be selected the first one, that starts with "ab".
Thanks in advance.
jen140 0 Junior Poster
Recommended Answers
Jump to PostNo friend it's poosible.
From ComboBox properties let
AutoCompleteMode = SuggestAppend
AutoCompleteSource = ListItems
Jump to PostMy pleasure friend, search on Solved in this page I think I can't tell you its location :)
All 6 Replies
serkan sendur 821 Postaholic Banned Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster
jen140 commented: Thanks for help =) +1
serkan sendur commented: very good solution +4
jen140 0 Junior Poster
Ramy Mahrous 401 Postaholic Featured Poster
serkan sendur 821 Postaholic Banned Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.