Make a auto complete text box (C#)

Today I will show you how make auto complete text box
  1. Select the textBox goto Propeties.
  2. Then search for AutoComplete propetis.
  3. You can see 3 of propeties.
    • AutoCompleteCustomSource
    • AutoCompleteMode
    • AutoCompleteSource
  4. First you have to choose a AutoCompleteSource. There are many AutoCompleteSources
  5. I choosed CustomSource
  6. Then you have to choose AutoCompleteMode
  7. I choosed Suggest
  8. Then you have to select the AutoCompleteCustomSource
  9. If you click here you can see small button. By clicking it will show a small dialog box.
  10. You should enter the words for sugget to Auto fill.
  11. Now you can see it is working.
  12. If you use Append as AutoCompleteMode
  13. If you use SuggestAppend as AutoCompleteMode
  14. Next post I will show you How speech text in Notepad.

No comments:

Post a Comment