I am trying to make an autocomplete textbox in c# so I set the AutoCompleteMode to SuggestAppend and set the AutoCompleteSource to custom,
It now works fine every time I start the exe but the problem is that it forgets the history when I close the exe and open it again.....so how can I make its history permanent?