Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How can I enable a <u>MULTILINED TEXTBOX</u> to accept data by auto complete source or how can I create a typing area in c# windows forms which can accept data through intellisense and normally by typing too.
Posted

1 solution

take a look at this article

DIY Intellisense[^]

That discusses full-on intellisense (as in code-aware contextual help) but the concepts for the popup and insertiion should be the same
 
Share this answer
 
Comments
Uday P.Singh 5-Mar-12 12:33pm    
5!
Sergey Alexandrovich Kryukov 5-Mar-12 16:00pm    
Should be helpful, a 5.
--SA
Akkywadhwa 12-Mar-12 16:47pm    
Hi Gparkings,
The solution you gave me was already seen by me and it was quite difficult to implement.So,I request you search any other alternative for that.
Thanks for your help,
Akky

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900