- double on your form and type in the following code
- combo1.AddItem "Borno"
- combo1.AddItem "Bauchi"
- combo1.AddItem "Benue"
- combo1.AddItem "Benin"
combo1. is the name of the combo box, AddItem tell the compiler that you want to add Item on combo box; and the name in quote are the Items added to the combo box.
try it and see for your self.
Post a Comment