Click here to Skip to main content
15,885,097 members
Articles / Desktop Programming / MFC

The SBJ MVC Framework - The Model, from Abstraction to Realization

Rate me:
Please Sign up or sign in to vote.
5.00/5 (19 votes)
20 Mar 2009CPOL19 min read 109.2K   1.3K   51  
A Model-View-Controller Framework that integrates with the MFC Doc/View architecture
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SbjCore.rc
//
#define IDR_PROPERTIES                  1002
#define IDB_PROPERTIES_HC               1003
#define IDI_PROPERTIES_WND_HC           1004
#define ID_EXPAND_ALL					1005
#define ID_SORTPROPERTIES				1006
#define ID_PROPERTIES1					1007
#define ID_PROPERTIES2					1008
#define ID_SBJCORE_CTX_RENAME           33771
#define ID_SBJCORE_CTX_DELETE           33772
#define ID_SBJCORE_CTX_NEW              33773

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        1005
#define _APS_NEXT_COMMAND_VALUE         33774
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           1000
#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
SBJ
United States United States
Real name is Steve Johnson. Programming since 1979. Started on a Heathkit Micro with a DEC LSI-11 and UCSD Pascal. Moved to PCs & DOS as soon as Turbo Pascal became available. Did some Assembly, ISR, TSR etc. All this while working for a Manufacturing Co. for 8 years. Had my own solo Co. doing barcode labeling software for 4 years (terrible business man, all I wanted to do was code). Since then working for various software companies. Moved to Windows around the time of 3.1 with Borland C then C++. Then on to VC++ and MFC, and just about anything I could get my hands on or had to learn for my job, and been at it ever since. Of course recently I've been playing with .NET, ASP, C#, WPF etc.

Comments and Discussions