quote:
Originally posted by whiz
quote:
Originally posted by markee
May I make the recommendation to use an XML or INI file rather than registry keys for such a large amount of data. You seem to have layered information which would fit nicely in an XML format imho.
Here is a link to information http://www.devguru.com/technologies/xmldom/quickref/xmldom_index.html . You might also want to look around for some code snippets. I hope this helps.
Well, I have had a look, but I'm still confused with the whole idea of XML reading/writing.
just try some examples, practice with some made up examples and after a day of that you should start to get the hang of it...
also, this is for your interface maker project, why not just save the xml as an interface, then work out how to re-load it into your script, this would give your script more functionality as well because you could load any window into it and then edit that window!