My old glist..updated with extra functionality.
So now glist (as glist2 control) can act as listbox and with a textbox can act as combo box. You can change charset. List inside listbox isn't a collection but is a dynamic string array.
In the example are three forms. One to show how selected, selected2, scrollselected and softselected events works. One is the old example of 1 million items, and you can scroll the scroll bar and see the list to scrolling accordingly. Also a label display the showing lines, the logical lines (see code) and the scroll lines (the page knowing by scroll bar). Finally the last form show three glist controls that we can show as "popup", and for the left one, we can hold open as we write in textbox, and as we write there is an auto selection in listbox, to show us an item that starts like the text in textbox. Listboxes as combos can also used with arrows, enter, escape, and tab.
Written in vb6 (yes I move from 5 to 6...its time..)
So now glist (as glist2 control) can act as listbox and with a textbox can act as combo box. You can change charset. List inside listbox isn't a collection but is a dynamic string array.
In the example are three forms. One to show how selected, selected2, scrollselected and softselected events works. One is the old example of 1 million items, and you can scroll the scroll bar and see the list to scrolling accordingly. Also a label display the showing lines, the logical lines (see code) and the scroll lines (the page knowing by scroll bar). Finally the last form show three glist controls that we can show as "popup", and for the left one, we can hold open as we write in textbox, and as we write there is an auto selection in listbox, to show us an item that starts like the text in textbox. Listboxes as combos can also used with arrows, enter, escape, and tab.
Written in vb6 (yes I move from 5 to 6...its time..)