0

Can anyone help me in implementing Multiline Text Box AutoSuggest.in C# 3,5

Please give me some links. Have tried many but none worked out.

or u can give autosuggestin richtextBox as autosuugest suggest doesnt work in multiline textbox

user1747819
  • 301
  • 1
  • 5
  • 11

1 Answers1

0

Check this link. From http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletesource.aspx, it seems that you cannot make a multiline auto complete text box using the built in functionality in .net. You must built it from scratch

Community
  • 1
  • 1
Hassan Mokdad
  • 5,832
  • 18
  • 55
  • 90