B
Bill Mitchell
I have a combobox on a form and am trying to programmatically set the
initial value based off a data table.
I found an example using .FindString but when I try to add code like
myCombobox.FindString("Apple")
I get the following error in the Task List of VS2003;
'FindString' is not a member of 'System.Windows.Forms.ComboBox'.
Any idea?
Thanks,
Bill
initial value based off a data table.
I found an example using .FindString but when I try to add code like
myCombobox.FindString("Apple")
I get the following error in the Task List of VS2003;
'FindString' is not a member of 'System.Windows.Forms.ComboBox'.
Any idea?
Thanks,
Bill