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
-
Run-time error '91'
by crazyidane (0 replies)
-
Problem handling Redirects with MSXML2.XMLHTTP
by brandoncampbell (2 replies)
-
vbinputbox pauses code while it waits on response. How can I reproduce that?
by brandoncampbell (1 replies)
-
Sending SMS in VB 6
by sirobnole (6 replies)
-
Comboxbox listindex in ActiveX Control
by brandoncampbell (1 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.