Click here to Skip to main content
15,881,812 members
Articles / Programming Languages / XML

Read and Write application parameters in XML

Rate me:
Please Sign up or sign in to vote.
4.38/5 (33 votes)
30 Jun 20034 min read 1.6M   6.8K   141  
This article provides an easy way to load and save the parameters of an application in XML format.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ParamIO_Demo.rc
//
#define IDD_PARAMIO_DEMO_DIALOG         102
#define IDR_MAINFRAME                   128
#define IDD_XML_DIALOG                  136
#define ID_LOAD                         1000
#define IDC_TREE                        1000
#define ID_SAVE                         1001
#define IDC_LIST                        1001
#define IDC_TEXT                        1002
#define ID_COMPARE                      1003
#define ID_XML_DIALOG                   1004
#define IDC_RED                         1006
#define IDC_GREEN                       1007
#define IDC_BLUE                        1008
#define IDC_FONT_NAME                   1009
#define IDC_FONT_SIZE                   1010

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1003
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
China China
I've been living & working in Tokyo since 2000 . I'm currently working in Gentech Corp. (www.gen.co.jp), developing computer vision applications, especially in the field of face detection.

I've been interested in C++ for quite a while and recently discovered Ruby.

My hobbies are trekking, japanese food, yoga & onsens.

Comments and Discussions