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.
有些人给我代码来在列表框中查找文本/值,但是,不像我需要的那样。他们共享的是一些代码来查找列表框中的确切文本/值,但我需要一些代码来查找列表框中的值/文本的一部分。所以,当我输入值/文本的一部分时,它会找到它。这就是发生的事情,我有一个包含这些项目的列表框:
我需要的是当我在搜索字段(即richtextbox)中键入(2)时,它会找到并选择它。有什么办法吗?
你能用VB.NET的Contains功能吗
Contains