I'm using this code here to add to a combo box. The txtCompany is on a different form than the cmbCmpName. The problem is when I shut the program down it does not keep the data in the program when I run it again.
Here is the code I'm using
TimeSheet.cmbCmpName.AddItem (txtCompany.Text)




Reply With Quote