• Welcome to Valhalla Legends Archive.
 

Switching to ListBox

Started by Yegg, October 11, 2004, 07:58 AM

Previous topic - Next topic

Yegg

I have recently switched to a listbox for my channellist instead of using lictview, it works better this way for me cuz i dont use icons. the only problem is that when i log on through it, it show my name timers 2, if i rejoin the chan or join the chan it adds more of me.
the code im using for join/leave/ and inchannel is:

username = Replace(username, "*", "")
lvChannel.RemovItem username


nvm i figured it out

Grok

Suggestion (big hint):  When sharing your problem with others, COPY/PASTE the broken code sections without modification.  If you try retyping your code you might make mistakes, or worse, fix mistakes that are in the original code.  The end result is we don't see the same thing that is broken.

Also, if you post a problem and solve it before anyone responds, share the solution too.  The forums are for everyone to learn from, otherwise we would just have private messages.