Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: Yegg on October 11, 2004, 07:58 AM

Title: Switching to ListBox
Post by: Yegg on October 11, 2004, 07:58 AM
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
Title: Re: Switching to ListBox
Post by: Grok on October 11, 2004, 12:21 PM
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.