Actually i am new working with C# . I was trying to make an autocomplete rich text box when i found this solution on codeProject website. The only problem i am having with is that It does not work when i hit the first key. I have tried a lot but it doesnt seem to be working.
its a rich text textbox which autocompletes whatever you write using a dictionary. The problem is that it does not do that when i hit the first key. It works fine after that. for e.g it will not work on "A" but if i write "AB" it starts working.
Can anyone help me out ? I cant really provide the code as its very long but i can surely provide you guys a link
http://www.codeproject.com/Articles/365974/Autocomplete-Menu