Well i got the SaveSetting function to work, but it only saves the selected data in the combobox, and i need it to save the whole box
VB Code:
Private Sub Form_Unload(Cancel As Integer) SaveSetting "ProgHelper", "Comboboxes", "cmboUProgs", frmProgHelper.cmboUProgs End End Sub
any help?


Reply With Quote
