How to write to a text file inside of the application
问题 Basically, I have a text file inside of my application (in the resources tab of the application's properties). Now I'm trying to read & write to that file, reading works just fine, it's the writing part that's giving me issues. I'm using dim str as string = my.resources.textfile , which works. Now I'm trying to use my.resources.textfile = str2 , which gives me an error stating the file is Read only. How do I work around this? Note: I don't like writing the file to the user's PC as it's not a