Hello!
Currently, I'm working on project, where I would like to use two Windows Forms. First one should be Administrator Form and the second one User form.
I would like to know, if it's possible to call String Collection Editor for combobox after button1.click_event in first form, and add items to combobox collection and save them to be available after restarting the application. (Combobox will be available in second form). I had one example with ItemBox, unfortunately it's for one item, and I want to allow the administrator to put more than one new item.
Is it possible?
Thank you in advance for your help!
Currently, I'm working on project, where I would like to use two Windows Forms. First one should be Administrator Form and the second one User form.
I would like to know, if it's possible to call String Collection Editor for combobox after button1.click_event in first form, and add items to combobox collection and save them to be available after restarting the application. (Combobox will be available in second form). I had one example with ItemBox, unfortunately it's for one item, and I want to allow the administrator to put more than one new item.
Is it possible?
Thank you in advance for your help!