Author Topic: Changing the contents of a combobox  (Read 1891 times)

0 Members and 1 Guest are viewing this topic.

iliekater

  • Guest
Changing the contents of a combobox
« on: October 15, 2007, 04:00:43 PM »
I can't change the contents of a combobox   :-(. I use what is specified in the help files :
Code: [Select]
MyComboBox.List(0, 0) = "Center"
MyComboBox.List(1, 0) = "Center"
MyComboBox.List(2, 0) = "Under"
but nothing ... Let me specify here that I am trying to modify the existing contents of the combobox (not to add or delete ones) .