|
-
Aug 12th, 2007, 04:17 PM
#1
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|