Click here to Skip to main content
15,881,882 members
Articles / Desktop Programming / MFC

WebResourceProvider

Rate me:
Please Sign up or sign in to vote.
4.90/5 (22 votes)
23 Mar 2007CPOL5 min read 343.6K   2K   144  
A framework to allow public web services to be used as objects in your application.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by WebResourceProvider_Demo.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_WEBRESOURCEPROVIDER_DEMO_DIALOG 102
#define IDD_QUOTEPROVIDER               103
#define IDD_WEATHERPROVIDER             104
#define IDD_ZIPDECODER                  105
#define IDD_CP_POSTERS                  106
#define IDD_TRANSLATOR                  107
#define IDD_LINK_CHECKER                108
#define IDR_MAINFRAME                   128
#define EDIT_SYMBOL                     1000
#define BUTTON_GET_QUOTE                1001
#define TEXT_QUOTE                      1002
#define BUTTON_EXIT                     1003
#define BUTTON_QUOTE_PROVIDER           1004
#define EDIT_ZIP                        1005
#define BUTTON_WEATHER_PROVIDER         1005
#define BUTTON_GET_WEATHER              1006
#define BUTTON_ZIPCODE_DECODER          1006
#define TEXT_LOCATION                   1007
#define BUTTON_CODEPROJECT_POSTERS_PROVIDER 1007
#define TEXT_TEMP                       1008
#define BUTTON_TRANSLATOR               1008
#define TEXT_HUMIDITY                   1009
#define TEXT_WIND                       1010
#define TEXT_SUNRISE                    1011
#define TEXT_SUNSET                     1012
#define TEXT_LOCATIONS                  1014
#define LIST_LOCATIONS                  1015
#define BUTTON_DECODE_ZIP               1016
#define EDIT_TOP                        1017
#define TEXT_POSTERS                    1018
#define LIST_POSTERS                    1019
#define BUTTON_GET_POSTERS              1020
#define EDIT_ENGLISH                    1022
#define EDIT_TRANSLATION                1023
#define BUTTON_TRANSLATE                1024
#define RADIO_FRENCH                    1025
#define RADIO_GERMAN                    1026
#define RADIO_ITALIAN                   1027
#define RADIO_SPANISH                   1028
#define EDIT_REVERSE_TRANSLATION        1029
#define BUTTON_LINK_CHECKER             1029
#define EDIT_URL                        1030
#define BUTTON_CHECK_LINKS              1032
#define LIST_HREFS                      1033
#define TEXT_TOTAL_HREFS                1034
#define TEXT_TOTAL_BROKEN               1035
#define LIST_BROKEN_LINKS               1036
#define IDC_PROGBAR                     1037
#define TEXT_PROGRESS                   1038
#define TEXT_TOTAL_IMAGES               1039
#define LIST_IMAGES                     1040
#define BUTTON_GET_LINKS                1041
#define BUTTON_STOP_CHECK               1042
#define TEXT_URL                        1043

// 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         1044
#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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
Canada Canada
Ravi Bhavnani is an ardent fan of Microsoft technologies who loves building Windows apps, especially PIMs, system utilities, and things that go bump on the Internet. During his career, Ravi has developed expert systems, desktop imaging apps, marketing automation software, EDA tools, a platform to help people find, analyze and understand information, trading software for institutional investors and advanced data visualization solutions. He currently works for a company that provides enterprise workforce management solutions to large clients.

His interests include the .NET framework, reasoning systems, financial analysis and algorithmic trading, NLP, HCI and UI design. Ravi holds a BS in Physics and Math and an MS in Computer Science and was a Microsoft MVP (C++ and C# in 2006 and 2007). He is also the co-inventor of 3 patents on software security and generating data visualization dashboards. His claim to fame is that he crafted CodeProject's "joke" forum post icon.

Ravi's biggest fear is that one day he might actually get a life, although the chances of that happening seem extremely remote.

Comments and Discussions