How can I save combobox selected index after closing program? In my form I wrote:
My Problem example I have language combobox. When I change the language from English to Spanish its changing well, but when I close program and run it again my program language is English not Spanish.
How can I save my selected index (Language) after closing the program?
I've searched everywhere and I didn't find any helpful information.
ComboBox1.SelectedIndex = 0
My Problem example I have language combobox. When I change the language from English to Spanish its changing well, but when I close program and run it again my program language is English not Spanish.
How can I save my selected index (Language) after closing the program?
I've searched everywhere and I didn't find any helpful information.