Hi, I am writing a program to store basic information such as name and address but i want to be able to store this information as a separate file.
So for example i could fill out the Name as 'Mary' and then save this as an executable file which I could open and i would repeat the information i entered into it namely "Mary".
I am still fairly inexperienced in C# so code would be useful.