Add items to LISTBOX

Sanchez

OSNN Junior Addict
Joined
8 Jun 2004
Messages
14
I want the listbox in my form to display 3 strings.
How can I add these 3 strings to the listbox??
P.S. Don't thinkg Additem works for me...
 
add item??

HTML code wise it would look like this
Code:
<select>
<option value="item1">First Item Name</option>
<option value="item2">Second Item Name</option>
<option value="item3">Third Item Name</option>
</select>
 
So how did you do it? Did you have to use the Additem property and concatenate the entry?

Code:
Dim sString, sItem1, sItem2, sItem3 as String
sString = sItem1 & " - " & sItem2 & " - " &  sItem3
Listbox.Additem  sString

'or

'set the column property to 3 and us the vbTab to separate the items
Listbox.Additem sItem1 vbTab sItem2 vbTab sItem3
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back