TestMyCanEditList.cpp in TestMyCanEditList.ra


an editing ListCtrl, cells can be chosen or a list dialog box. Selected here, cl...Original Link
    Sponsored links

			
// TestMyCanEditList.cpp : Defines the class behaviors for the application.
//

#include "stdafx.h"
#include "TestMyCanEditList.h"

#include "MainFrm.h"
#include "TestMyCanEditListDoc.h"
#include "TestMyCanEditListView.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CTestMyCanEditListApp

BEGIN_MESSAGE_MAP(CTestMyCanEditListApp, CWinApp)
	//{{AFX_MSG_MAP(CTestMyCanEditListApp)
	ON_COMMAND(ID_APP_ABOUT, OnAppAbout)
		// NOTE - the ClassWizard will add and remove mapping macros here.
		//    DO NOT EDIT what you see in these blocks of generated code!
	//}}AFX_MSG_MAP
	// Standard file based document commands
	ON_COMMAND(ID_FILE_NEW, CWinApp::OnFileNew)
	ON_COMMAND(ID_FILE_OPEN, CWinApp::OnFileOpen)
	// Standard print setup command
	ON_COMMAND(ID_FILE_PRINT_SETUP, CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CTestMyCanEditListApp construction

CTestMyCanEditListApp::CTestMyCanEditListApp()
{
	// TODO: add construction code here,
	// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CTestMyCanEditListApp object

CTestMyCanEditListApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CTestMyCanEditListApp initialization

BOOL CTestMyCanEditListApp::InitInstance()
{
	AfxEnableControlContainer();

	// Standard initialization
	// If you are not using these features and wish to reduce the size
	//  of your final executable, you should remove from the following
	//  the specific initialization routines you do not need.

#ifdef _AFXDLL
	Enable3dControls();			// Call this when using MFC in a shared DLL
#else
	Enable3dControlsStatic();	// Call this when linking to MFC statically
#endif

	// Change the registry			

			...
			...
			... to be continued.

  This is a preview. To get the complete source file, 
  please click here to download the whole source code package.

			
			


Project Files

    Sponsored links
NameSizeDate
 TestMyCanEditList.aps28.22 kB15-07-06 12:30
 TestMyCanEditList.opt107.00 kB15-07-06 12:51
 ConditionListCtrl.cpp2.73 kB15-07-06 12:51
 ConditionListCtrl.h1.39 kB15-07-06 12:49
 TestMyCanEditList.plg1.27 kB15-07-06 12:51
 TestMyCanEditList.clw2.55 kB15-07-06 12:40
 ReadMe.txt4.47 kB15-07-06 12:21
 TestMyCanEditList.h1.44 kB15-07-06 12:21
 TestMyCanEditList.cpp4.30 kB15-07-06 12:21
 StdAfx.h1.03 kB15-07-06 12:21
 StdAfx.cpp219.00 B15-07-06 12:21
 MainFrm.h1.54 kB15-07-06 12:21
 MainFrm.cpp2.46 kB15-07-06 12:21
 TestMyCanEditListDoc.h1.56 kB15-07-06 12:21
 TestMyCanEditListDoc.cpp1.92 kB15-07-06 12:21
 TestMyCanEditListView.h2.05 kB15-07-06 12:40
 TestMyCanEditList.dsp5.09 kB15-07-06 12:31
 TestMyCanEditList.rc2409.00 B15-07-06 12:21
 TestMyCanEditListDoc.ico1.05 kB15-07-06 12:21
 TestMyCanEditList.ico1.05 kB15-07-06 12:21
 Toolbar.bmp1.05 kB15-07-06 12:21
 <res>0.00 B15-07-06 12:21
 Resource.h505.00 B15-07-06 12:21
 TestMyCanEditList.rc10.46 kB15-07-06 12:21
 TestMyCanEditList.exe160.06 kB15-07-06 12:51
 TestMyCanEditListView.cpp3.92 kB15-07-06 12:45
 TestMyCanEditList.dsw557.00 B15-07-06 12:21
 TestMyCanEditList.ncb73.00 kB15-07-06 12:51
 MyListCtrl.cpp6.89 kB26-05-06 09:11
 MyListCtrl.h1.89 kB26-05-06 09:09
 MyCanEditListCtrl.cpp29.96 kB15-07-06 12:27
 MyCanEditListCtrl.h7.17 kB15-07-06 12:27
 <TestMyCanEditList>0.00 B15-07-06 12:21
...

Related Items

    Sponsored links