VB6 Listbox Horizontal Scrollbar
By default, Visual Basic 6 ListBox Control does not support horizontal scrollbar. Those, it's hard to display a data in the ListBox if it exceed the width of the control. In this code, you will learn how to add a horizontal scrollbar in addition to the vertical scrollbar.