Hi,
I'm just beginning with DDT, so it could be sthing ez, but the combobox below displays no vertical scrollbar when I click on the arrow even though not all items can be shown. Is it an extra setting that is not listed in the help file?
Thx
FF.
------------------
[This message has been edited by Frederic Faure (edited July 13, 2001).]
I'm just beginning with DDT, so it could be sthing ez, but the combobox below displays no vertical scrollbar when I click on the arrow even though not all items can be shown. Is it an extra setting that is not listed in the help file?
Code:
DIM MyStrings(7) AS STRING MyStrings(0) = "Machine 1" MyStrings(1) = "W2K" MyStrings(2) = "Machine 3" MyStrings(3) = "Machine 4" MyStrings(4) = "Machine 5" MyStrings(5) = "Machine 6" MyStrings(6) = "Machine 7" CONTROL ADD COMBOBOX, hDlg, %IDCOMBO, MyStrings(), _ 27, 9, 197, 39, %CBS_DROPDOWNLIST OR %CBS_SORT OR _ %CBS_UPPERCASE OR %WS_TABSTOP
FF.
------------------
[This message has been edited by Frederic Faure (edited July 13, 2001).]
Comment