02-19-2014 11:49 PM
Hi,
I want to replace combo box items with new values programmatically based on signal I receive.
But Combo box display previous item and 0 value and it will update to new when from drop down we select added item.
Can you suggest some way that it will automatically display new item from 0 value?
Thanks
02-20-2014 12:01 AM
02-20-2014 12:14 AM
Write the new value to the "Value" property after you have writing the new list of strings to the Strings[] property.