List Box Width Can Be Only 14-55 Characters in 7.1 UI Toolbox (59724)
The information in this article applies to:
- Microsoft Basic Professional Development System for MS-DOS 7.0
- Microsoft Basic Professional Development System for MS-DOS 7.1
This article was previously published under Q59724 SUMMARY
The ListBox() function of the WINDOW.BAS toolbox file takes two
parameters: a string array containing the list of items to be
displayed, and an integer variable containing the number of items in
the list.
The header comment of the ListBox function describes how to add a
third parameter, an integer variable (BoxWidth%) that contains the
desired width of the list box to be displayed. Unless this parameter
is added, the width of the list box always defaults to 14 characters.
However, even if this parameter is given, the width cannot be less
than 14 or greater than 55 characters. The ListBox function ensures
that the width is within this range.
This information applies to the User Interface (UI) Toolbox in
Microsoft Basic Professional Development System (PDS) versions 7.0 and
7.1 for MS-DOS.
Modification Type: | Minor | Last Reviewed: | 8/16/2005 |
---|
Keywords: | KB59724 |
---|
|