Library tutorials & articles
ListBox Control
Styles
A ListBox has two different styles:
0 - Standard
1 - Checkbox
Style 0 is the standard list box, with a list of text items, allowing you to select one (default) or more items and looks like this:
With style set to 1, a check box will be displayed next to each item, allowing one or more items to be selected. The List box will look like this:
For instructions on how to use the ListBox when its style is set to CheckBox, click here.
Related articles
Related discussion
-
VB6 Runtime error 381 subsript out of range Error
by Uncle (2 replies)
-
passing and reading parameters from using Shell
by jigartoliya (0 replies)
-
Convert C++ code to VB6
by mawcot (4 replies)
-
listbox scrollbar
by Dennijr (10 replies)
-
Can you describe Above simple VB6 code?
by pramodmca09 (0 replies)
Related podcasts
-
Christian Beauclair
14 mai 2008 (�mission #0074) ::.Christian Beauclair: Stratégies de migration VB6 vers .NET Nous discutons avec Christian Beauclair des stratégies de migration VB6 vers .NET. Entre autres, nous discutons comment utiliser le "VB 6 Code Advisor" et le "Interop Forms Toolkit" pour ajouter la puiss...
Suppose I have numeric values in my listbox. How do I add them and display the result on a message box.
This thread is for discussions of ListBox Control.