Author | Message | Time |
---|---|---|
OuTLawZGoSu | 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- | July 24, 2003, 2:38 AM |
TriCk | Is List1 a listbox or a listview? | July 24, 2003, 2:39 AM |
OuTLawZGoSu | listbox | July 24, 2003, 2:41 AM |
TriCk | Private Sub List1_Click() MsgBox(List1) | July 24, 2003, 2:47 AM |
TriCk | ***End Sub lol forgot that | July 24, 2003, 2:47 AM |
Camel | [quote author=TriCk link=board=17;threadid=2044;start=0#msg15839 date=1059014862] ***End Sub lol forgot that [/quote] That's what the 'modify' link is for. | July 24, 2003, 6:21 AM |