In my application I have an OpenFileDialog that allows me to point to a database file that I want to use. I also include a button that allows the application to save it's configuration to a file. It seems that if I first press the Save Button, configuration saves ok, but if I choose a DB file (with the OpenFileDialog), and then press the save button, no changes are made to the config file. I tried opening the file that the dialog points to, then closing it so there would be no referrence to it (though when i press the save button i always check to see if the config file exists, and assign it to a TextFile var), but with no result.
Any help will be greatly appreciated.
Alex
Any help will be greatly appreciated.
Alex