Results 1 to 3 of 3

Thread: Listview Help Please

  1. #1
    egiggey
    Guest

    Listview Help Please

    how can I have my app place the item that is clicked on or selected into a text box the listview has three columns

    in a list box it would be something like this
    text1.text = list1.list(list1.listindex)

    how can I do something like this with a listview?

  2. #2
    Frenzied Member John McKernan's Avatar
    Join Date
    Jan 2002
    Location
    SE PA
    Posts
    1,295
    Try...

    VB Code:
    1. Text1.Text = ListView1.ListItem.Text

  3. #3
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Code:
    text1.text = listview1.SelectedItem.Text
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width