I wonder something.
If you for example use a textBox and a comboBox in a Form and want to save something like this:
This will work if you write something in the textBox1 and press a button this text will appear in the comboBox but when I close the application and open it again, the text will have dissapear from the comboBox.Code:comboBox1->Items->Add(textBox1->Text);
What is needed here, are we talking about databases to save such things ?



LinkBack URL
About LinkBacks



