Valhalla Legends Forums Archive | Visual Basic Programming | Switching to ListBox

AuthorMessageTime
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:

[code]username = Replace(username, "*", "")
lvChannel.RemovItem username[/code]

nvm i figured it out
October 11, 2004, 12:58 PM
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.
October 11, 2004, 5:21 PM

Search