Hi,
I recently started programming in c# and I was wondering: How am I able to create a "builder program"?
For example:
I have a windows application with some strings that have to be customised by every person, I would like to have a GUI apart from it that allows the person to enter their values for such strings in textboxes, they can create build and it creates an EXE with the windows application with their settings being saved in strings.
Greetings
Joel