Hello everybody
please tell me How to select costum index in a list
in vb6
i have a listbox & a command botton & textbox
example:
we add some items in a listbox
list1.additem = "google.com"
list1.additem = "Gmail.com"
list1.additem = "myspace.com"
list1.additem = "youtube.com"
list1.additem = "facebook.com"
list1.additem = "yahoo.com
now when i change index in textbox i mean 1 or 2 or 4 what i do?
and click to the command botton then
then select the listbox item to the textbox
that's all
please anbody help me and solve my problem