Adding Items to a ComboBox and ListBox
Back to Index | Table of Contents
The code below show how to populate a combobox or a listbox .
ComboBox1.AddItem "Boston" ComboBox1.AddItem "New York"
HOME