Tagged Questions

1
vote
7answers
674 views

Visual Basic - How do I store strings permanently? After the app is closed?

I'm trying to figure out how to do this as I'm not sure what's the proper way of doing this. I've got several strings that I want to store/save permanently, even after the application is closed. How ...