Advertisement
4_2005-2006 Files/ File Controls/ Input/ Output #161707

Get Row Value of a Selected ListView Item

Informational

AI

KI-Zusammenfassung: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Quellcode
original-source
I have been looking for an example piece of code that would return the selected row value of a ListView control. Here is the example code.
Me.lstView.SelectedItems(0).SubItems.Item(1).Text
Me.lstView.SelectedItems(0).SubItems.Item(Replace with any number to indicate which column value you are acquiring).Text
Originalkommentare (3)
Wiederhergestellt von der Wayback Machine