I wrote a program that saves the current index of the selected item in a combobox. Now when I load the file back, i would like the value to be displayed back in the combobox and not just a blank box.
How do i do that? I tried everything.
For example, i have saved the itemindex of 3 that had the string 'Hello'. when i load back the record, i get back the value 3. How do i tell the program to show back hello in the combobox?
Thanks.
How do i do that? I tried everything.
For example, i have saved the itemindex of 3 that had the string 'Hello'. when i load back the record, i get back the value 3. How do i tell the program to show back hello in the combobox?
Thanks.