|
-
Jan 18th, 2008, 07:06 PM
#1
Thread Starter
Addicted Member
Get all current itens of a listbox and after it how to add a item name to a textbox??
Get all current itens of a listbox and after it how to add a item name to a textbox??
I'm using a code to get random things to a listbox...
But I wanna know, when clicked at item of a listbox, how to show the name of the item at a textbox?
I'm using this code but it works only for the first item:
Private Sub List1_Click()
If List1.Selected(1) Then
Text5.Text = List1.List(1)
End If
End Sub
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
|