hello folks , can you help me about list view i dont know whats the purpose of
"selectedItem.text"

in list view can you tell me what is the meaning of this code?

thanks folks ,, god bless u:icon_smile::icon_smile:

Ok here is an example..

Private Sub ListView1_Click()
Text1.Text = ListView1.SelectedItem.Text
End Sub

This is on ListView1_Click event, this will Display the selected text of listview in the Textbox.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.