Results 1 to 23 of 23

Thread: How to SET the value of a Listview / Combobox item?

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2007
    Posts
    35

    Question How to SET the value of a Listview / Combobox item?

    I can create a Listview with

    Me.ListBox1.Items.Add("Name1")
    Me.ListBox1.Items.Add("Name2")
    Me.ListBox1.Items.Add("Name3")

    But how can I set the values of each item?

    When I select a Listview item, I want to read the value of the select item with ListBox1.SelectedValue. But I haven´t found a way to set the value of a item.
    Last edited by belinea2003; Nov 8th, 2007 at 04:42 PM.

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