T
Tim923
Can someone tell me where in Properties to change a combobox/list from
simple to drop-down? I had it set to drop-down and couldn't remember
how to switch it back to simple. I don't know if it's being hidden.
The drop down listbox is named yachtLengthListBox, which should have
the list of 7 numbers already declared as constants, so I shouldn't
use the collection to enter them.
So I tried to use the statement
yachtLengthListBox.Items.Add(intLENGTH1.ToString());
but it came up with an error. Am I allowed to put that code right
after the class-level variable declarations, and must I change some
property in yachtLengthListBox to do so?
simple to drop-down? I had it set to drop-down and couldn't remember
how to switch it back to simple. I don't know if it's being hidden.
The drop down listbox is named yachtLengthListBox, which should have
the list of 7 numbers already declared as constants, so I shouldn't
use the collection to enter them.
So I tried to use the statement
yachtLengthListBox.Items.Add(intLENGTH1.ToString());
but it came up with an error. Am I allowed to put that code right
after the class-level variable declarations, and must I change some
property in yachtLengthListBox to do so?