Click here to Skip to main content
15,895,837 members
Articles / Desktop Programming / MFC

Effective online update checking mechanism using PAD / XML files

Rate me:
Please Sign up or sign in to vote.
4.35/5 (8 votes)
21 Dec 20066 min read 26.8K   357   26  
How to check for new program versions using XML / PAD files.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by PadVersionCheck.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_PADVERSIONCHECK_DIALOG      102
#define IDR_MAINFRAME                   128
#define IDC_EDIT_URL                    1000
#define IDC_BUTTON_CHECK                1002
#define IDC_EDIT1                       1003
#define IDC_EDIT_CURVER                 1003

// 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         1004
#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
Germany Germany
I was born in 1982 near Stuttgart / Germany and began my first steps in programming computers at the age of only nine years on an old Commodore CBM 7072. In 2002 I finished my education as IT specialist for software engineering and did my civillian service afterwards. Currently I'm working as leader of the software division in a bigger company located in south west Germany, mainly on software development and research projects for multimedia terminals and user recognition/verification systems.

Comments and Discussions