Click here to Skip to main content
15,885,278 members
Articles / Mobile Apps / Windows Mobile

A Picture Viewer for the Pocket PC 2002

Rate me:
Please Sign up or sign in to vote.
4.79/5 (21 votes)
2 Nov 2003CPOL4 min read 496.5K   685   43  
Putting imgdecmp.lib to work with a few extras.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by PicView.rc
//
#define IDD_ABOUTBOX                    100
#define IDS_EDIT                        102
#define IDS_TOOL                        103
#define IDM_MENU                        104
#define IDR_MAIN_EDIT                   105
#define IDR_MAIN_TOOL                   106
#define IDR_DOC_TOOL                    107
#define IDM_DOCLIST                     108
#define IDR_MAINFRAME                   128
#define IDI_OMNICODE                    131
#define IDR_MENU_CONTEXT                132
#define ID_ZOOM_PLUS                    32771
#define ID_ZOOM_MINUS                   32772
#define ID_FULL_SCREEN                  32773
#define IDR_MAIN_CTXT                   32774
#define IDS_CAP_CONTEXT                 32776
#define ID_SHOW_TITLE                   32778
#define IDS_NEW                         65000
#define IDS_FILE                        65001
#define IDS_MHELP                       65002
#define IDS_SAVE                        65003
#define IDS_CUT                         65004
#define IDS_COPY                        65005
#define IDS_PASTE                       65006
#define IDS_ZOOM_PLUS                   65007
#define IDS_ZOOM_MINUS                  65008
#define IDS_FULL_SCREEN                 65009

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32779
#define _APS_NEXT_CONTROL_VALUE         1000
#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
Software Developer (Senior) Frotcom International
Portugal Portugal
I work on R&D for Frotcom International, a company that develops web-based fleet management solutions.

Comments and Discussions