vbextreme said:I would like to know the code for when a user clicks on a specific name/data in the list Box, it will display the information of the clicked item!
for example list1.additem(text1.text) 'Add the item to the list
Private Sub list1_doubleclick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles list.DoubleClick
textbox1.text = Me.list1.SelectedItem
End If
vbextreme said:I try login in with the same user name and pw but it wont let me =/