Thanks for taking a moment to look at my post. I am writing a little program that I want to populates a tabpage with user generated buttons during runtime. The user will click on a button that will prompt them for a text and then upon submitting, a new button with that name will appear on the tabpage. Does anyone know a good search term for what I am trying to accomplish?
In addition I am looking to save the UI changes that the user makes so when they close and open the program, the buttons they made are still there. I believe I will need to write this out possibly to XML. What is this called or have any good tutorial/code examples?
In addition I am looking to save the UI changes that the user makes so when they close and open the program, the buttons they made are still there. I believe I will need to write this out possibly to XML. What is this called or have any good tutorial/code examples?