Click here to Skip to main content
15,897,891 members
Articles / Desktop Programming / WTL

WTLIPicture Viewer: An Update to the WTL BmpView Sample Application

Rate me:
Please Sign up or sign in to vote.
4.64/5 (5 votes)
29 Jun 2011CPOL5 min read 22.6K   1K   12  
An updated version of the WTL BmpView sample application using an OLE Picture object to handle multiple image types
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by WTLIPictureViewer.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_CONTEXTMENU                 201
#define IDD_PROP_PAGE1                  202
#define IDD_PROP_PAGE2                  203
#define IDD_PROP_PAGE3                  204
#define IDD_CLIPBOARDFORMAT             210
#define IDC_TYPE                        1001
#define IDC_WIDTH                       1002
#define IDC_HEIGHT                      1003
#define IDC_HORRES                      1004
#define IDC_VERTRES                     1005
#define IDC_BITDEPTH                    1006
#define IDC_COMPRESSION                 1008
#define IDC_FILELOCATION                1009
#define IDC_FILESIZE                    1010
#define IDC_FILEDATE                    1011
#define IDC_FILEATTRIB                  1012
#define IDC_TRANS                       1013
#define IDC_SCALE                       1014
#define IDC_COLORDEPTH                  1015
#define IDC_NUMIMAGES                   1016
#define IDC_UNITS                       1018
#define IDC_BMP                         1019
#define IDC_EMF                         1021
#define IDC_WMF                         1022
#define ID_VIEW_PROPERTIES              32778
#define ID_VIEW_BORDER                  32779
#define ID_ZOOM_25                      32780
#define ID_ZOOM_50                      32781
#define ID_ZOOM_100                     32782
#define ID_ZOOM_200                     32783
#define ID_ZOOM_400                     32784
#define ID_ZOOM_800                     32785
#define ID_PANE_ONE                     32786
#define ID_PANE_TWO                     32787

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        211
#define _APS_NEXT_COMMAND_VALUE         32788
#define _APS_NEXT_CONTROL_VALUE         1024
#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
Founder Choycer
United States United States
Ed has over 40 years experience in computer technology and a bachelor's degree in Business Administration. He's currently a marketing technology consultant. During his career, he's led software development departments and created software still in use in the communications and healthcare industries. Ed is a veteran of the United States Army. He lives in Arizona in the United States.

Find Ed on Linkedin.

This material is copyright 2019 by Ed Gadziemski. Unauthorized use is strictly prohibited. All rights reserved.

Comments and Discussions