RE: how to save a text and don't remove after reup a program. 07-31-2016, 01:33 PM
#8
Create a function that would read the text file, now run that function when your program has initialized. You can put that function in the constructor of your application.