Sup... How can add a click event to List1. List1 displays the users in a channel you are in. i need to know how to add a click event to those items.
since they are always changing, i can not get how do do that.
All i need is for a msgbox to show up with username on it.
Hope you can help ^^
L8terZ
-DrE-
Is List1 a listbox or a listview?
listbox
Private Sub List1_Click()
MsgBox(List1)
***End Sub
lol forgot that
Quote from: TriCk on July 23, 2003, 09:47 PM
***End Sub
lol forgot that
That's what the 'modify' link is for.