Library tutorials & articles
ListBox Control
By James Crowley, published on 14 Jul 2001
Introduction
The list box control is very similar to the Combo Box control, and is useful for getting the user to select an option from a fixed list, and when you are happy to display more than one item at a time (ie when space is not at a premium).
Related articles
Related discussion
-
how do you hide all in VB6
by CapnJack (1 replies)
-
Problem with Input File
by novavb6 (3 replies)
-
How to produce a txt file with a table??
by novavb6 (1 replies)
-
VB6 compatability from XP to Vista
by bronx (1 replies)
-
Fully justify code
by fresh (0 replies)
When i need right click selection for some list controls i'm just using ListView control instead of ListBox. Can't see any reason why to write any additional code. Simplicity must be kept in everything!
Suppose I have numeric values in my listbox. How do I add them and display the result on a message box.
How to lock particular item in the list box in visual basic?
This thread is for discussions of ListBox Control.