How to do autocomplete textbox in C# winform.

How to do autocomplete textbox in C# winform.

IT Core Soft

55 лет назад

282 Просмотров

Download from this link: https://github.com/hamza3344/spellandautocomplete
My fiverr link: https://www.fiverr.com/hamzakhalid178
My Upwork Profile: https://www.upwork.com/freelancers/~01cad71ccde3a7df56

Whatsapp Number: +923338672398

contact me on [email protected] for custom software's.
Please share and like the video and subscribe the channel
If any question comment below
here is a code:

textBox1.AutoCompleteMode = AutoCompleteMode.Suggest;
textBox1.AutoCompleteSource = AutoCompleteSource.CustomSource;
AutoCompleteStringCollection col = new AutoCompleteStringCollection();
col.Add("I upload videos of difficult coding task");
col.Add("PLease subcribe my channel");
col.Add("Like and Share the video");
textBox1.AutoCompleteCustomSource = col;

Тэги:

#autocomplete_textbox_in_c# #google_like_search #searchbox_in_c# #tutorial #winform #c# #suggestion_box #it_core_soft_channel #programming
Ссылки и html тэги не поддерживаются


Комментарии: