Hello everyone, I'm developing a project that requires a user to add new fields(textboxes and labels) by clicking a button, what I want to achieve is. after the user added a new field, a textbox is automatically created and saved to the settings of my
form. So that when i run my project again. the newly added textbox (from runtime) is available. Is there any possible ways to do it? I'm new to c# Thanks in advance!
↧