自动完成多行文字框

问题描述:

如何在c#.net Windows应用程序中制作自动完成的多行文本框???

How to make an autocomplete multiline textbox in c#.net windows application ???

希望它会有所帮助
CP文章
Hope it may helps
CP Article


多行,不是在开玩笑吗?这很简单:

开始输入:
两个家庭,都享有尊严",W.莎士比亚写的《罗密欧与朱丽叶》的全文出现在文本框旁边的列表框中,您只需按Enter即可插入它...

该应用程序捆绑提供了完整的知名文本源.享受. :-)

—SA
Multiline, no kidding? This is simple:

Start entering:
"Two households, both alike in dignity", and the whole text of Romeo and Juliet by W. Shakespeare appears in the list box next to the text box — you only need to hit Enter to insert it…

Full source of well-known texts is supplied bundled with the application. Enjoy. :-)

—SA