Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我打算构建一个具有自动完整文本等功能的应用程序(例如 Google 搜索使用自动文本),我了解到它是使用 inensetellis(微软的 .dll 工具)完成的。谁能告诉我如何在我的应用程序中包含这样的功能。谢谢
WinForms 控件支持自动完成源对象的自动完成。请参阅TextBox.AutoCompleteSource和关联的属性。
TextBox.AutoCompleteSource