i am making a program that has 5 text boxes (TextBox1-TextBox5) and i am wanting to be able to click a save button and it
pop up a SaveFileDialog asking me where i want to save the file in and under what name. then at a later date be able to
fill in the text boxes and push the save button and it ask me again where to save it, so that i am making a new text file for each time i push save. Then if need be i want to be able to push a OpenFileDialog button and open the text files placing the info
from the TextBox1 back in TextBox1 and so forth down the line of text boxes. I am new to C++ i am in dear need of some help on this.
↧