I wonder how i can reload frame when i click on listview row. I have seen applications like shown pic that it reloads frame on click over listview row. Could any one show me how this can be done?
Thanks
1 Code:
Private Sub ListView1_Click() gstrSomething = ListView1.SelectedItem.SubItems(4) gstrSomethingElse = ListView1.SelectedItem.Text Frame1.Visible = True End Sub




Reply With Quote