Modify a listbox in VB6

Heigye -  
 famousyassine -
Hello,
I need to create an application in VB that should, among other things, allow modifying the data contained in a listbox (a small precision: the data and the size of this listbox change). So I put a Modify button but I can't find the code to make it work.

If anyone has a solution, I would appreciate it ;-)

Thanks in advance
Configuration: Windows Vista Internet Explorer 7.0

1 answer

  1. famousyassine
     
    salam

    Among the parameters of the listbox is listbox1.items.indexof(1), so afterward you could easily modify the chosen line.
    0