The code is here:
http://www.osbornewood.com/matthew/vb.cfm

I am trying to Serialize soundFile.Text to an XML file. I have two buttons:
Browse and Save Settings. You can enter a value the textbox and click Save
Settings and it will generate a file settings.xml. The contents of
soundFile.Text are in that file.

You can change the value of soundFile.Text and click Save Settings and it
will regenerate the XML file.

Here is the strange part. Click Browse, choose any file, and click OK.

Change the value of soundFile.Text and click Save Settings. It will not
regenerate the XML file!

So, does anybody know how I make it so I can pick a file, and then regenerate the XML file?

Matthew