- Language: Visual Basic 2013
- Program: Visual Studio Express 2013
I am trying to create export / import XML files for my Visual Basic application that can be saved from / loaded to the App.Config file.
However, I do not even know how to begin doing this. I have been searching for days for a solution and have not found one that works.
There would be an "Export" button that would save the App.Config file as an XML file (which could be sent to another user to import the settings). Obviously, we would use an SaveFileDialog tool for this.
There would also be an "Import" button that would load the XML file as the new App.Config file. This would be an OpenFileDialog tool.
Any assistance you can provide would be greatly appreciated.
No comments:
Post a Comment