
This .dll will take an object and a file path input paramaters and create an XML file with all the property names as node elements and property values as nodes contents and save the XML file to the path input parameter. You can then pass in that same object later and the path of the existing XML file and it will load all the properties of the object with the values in the XML file. This can be used with any object, control, activeX, class, whatever. The only limitation is objects that have ..
|