Click here to Skip to main content
15,894,017 members
Articles / Desktop Programming / ATL

ATL Splitter ActiveX control

Rate me:
Please Sign up or sign in to vote.
4.67/5 (6 votes)
16 Nov 1999CPOL4 min read 153K   2.4K   56  
A port of my splitter ActiveX control with MFC to ATL.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SplitterATLControl.rc
//
#define IDS_PROJNAME                    100
#define IDB_SPLITTER                    101
#define IDS_INVALID_SPLITTER_POSITION   101
#define IDR_SPLITTER                    102
#define IDS_TITLESplitterPropPage       103
#define IDS_HELPFILESplitterPropPage    104
#define IDS_DOCSTRINGSplitterPropPage   105
#define IDR_SPLITTERPROPPAGE            106
#define IDD_SPLITTERPROPPAGE            107
#define IDC_COMBO_FIRST                 201
#define IDD_DIALOG1                     201
#define IDC_COMBO_SECOND                202
#define IDC_CHECK_SYTLE                 203
#define IDC_EDIT_POSITION               204
#define IDC_SPLITTER1                   205

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        203
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         206
#define _APS_NEXT_SYMED_VALUE           108
#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
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions