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.
我正在研究 Vb6。我有一个列表视图,它显示表中的数据,但是当我更新数据库值时,我想将数据重新加载到列表视图中。它被重新加载,但以前的数据也与新数据一起出现。请帮忙。
称呼
YourListView.ListItems.Clear
在您(重新)将任何数据加载到列表视图之前。