Click here to Skip to main content
15,892,298 members
Articles / Desktop Programming / WTL

WTL Virtual Listview Control

Rate me:
Please Sign up or sign in to vote.
4.75/5 (24 votes)
28 Jun 2011CPOL3 min read 53.4K   4.2K   45  
A data-bound extension of the Windows listview control for WTL.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by VirtualListView.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define ID_DATA_NEW                     32775
#define ID_DATA_COPY                    32776
#define ID_DATA_DELETE                  32777
#define ID_DATA_DELETE_ALL              32778
#define ID_MOVE_FIRST                   32779
#define ID_MOVE_LAST                    32780
#define ID_MOVE_NEXT                    32781
#define ID_MOVE_PREVIOUS                32782

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        201
#define _APS_NEXT_COMMAND_VALUE         32783
#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
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