Visual Basic Foro

Programación => Visual Basic 6 => Mensaje iniciado por: gibra en Abril 18, 2019, 03:36:36 am

Título: AutoComplete (UserControl) bug
Publicado por: gibra en Abril 18, 2019, 03:36:36 am
Hi Leandro,

About your UserControl
http://leandroascierto.com/blog/autocomplete/

I found a bug: I use uc to lists files in folder.
I noticed that when I press the Back button the filtered list does not update properly.
To ‘refresh’ the filtered list I’m forced to insert a char that is no part of any files, remove the char, then the filtered list will refreshed correctly.
I know that isn’t simple to understand using words only.
If you need, I can make a little video that reproduce the issue.
However, I made a few of debug and I noticed that in this case the UBound(TempArray) of CargarArray is 0 therefore the list will not refreshed correctly.

Thank for your very very good works! I love your site.