hi all,
i got a listbox question
is there a way to put a hidden contents to a listbox entry?
i got a list box full of data, and if the user double clicks the entry it opens a window with all the relevent data.
with the standard
lst_contacts.AddItem "2002"
can i add in like an ip address or something, invisible to the user, behind the additem, so that i can make the program more flexible and have 1 list with all server IP's, ports and such, that won't show up in the list box??
thnx for any help you can give me.
i got a listbox question
is there a way to put a hidden contents to a listbox entry?
i got a list box full of data, and if the user double clicks the entry it opens a window with all the relevent data.
with the standard
lst_contacts.AddItem "2002"
can i add in like an ip address or something, invisible to the user, behind the additem, so that i can make the program more flexible and have 1 list with all server IP's, ports and such, that won't show up in the list box??
thnx for any help you can give me.