AddComboBox
Previous Top Next

Adds a ComboBox to a Form or to a Panel at runtime.
Syntax: AddComboBox (Form | Panel, Name, Left, Top, Width, Height)
Example:
AddComboBox ("frmChoose", "cmbItems", 10, 10, 120, 30)

Note: ComboBox height is affected by its font size.