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
if its just login credentials why not use My.Settings? Got your project properties and then to the settings tab, add your settings Eg. "username" etc and use that like: My.Settings.username = "Yorrick" My.settings.save