Click here to Skip to main content
15,891,905 members
Articles / Desktop Programming / MFC

SDI with split window

Rate me:
Please Sign up or sign in to vote.
4.85/5 (67 votes)
1 Jan 2007CPOL7 min read 330.7K   4.4K   106  
Create an SDI with split window without all the extra garbage of the Doc/View architecture.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SplitDemo.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_SplitDemoTYPE               129
#define IDD_FORM_LEFT                   130
#define IDD_FORM_RIGHT                  131
#define IDC_BUTTON_HELLO                1000
#define IDC_STATIC_HELLO                1001

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1002
#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)
United States United States
I am a contract developer of windows based software written in C++.

Comments and Discussions