TestMyCanEditListView.h in TestMyCanEditList.ra


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

			
// TestMyCanEditListView.h : interface of the CTestMyCanEditListView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_TESTMYCANEDITLISTVIEW_H__314880A6_368B_4863_892F_2D2125A30FD2__INCLUDED_)
#define AFX_TESTMYCANEDITLISTVIEW_H__314880A6_368B_4863_892F_2D2125A30FD2__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "ConditionListCtrl.h"

class CTestMyCanEditListView : public CView
{
protected: // create from serialization only
	CTestMyCanEditListView();
	DECLARE_DYNCREATE(CTestMyCanEditListView)

// Attributes
public:
	CTestMyCanEditListDoc* GetDocument();

// Operations
public:
	CConditionListCtrl m_wndConditionList;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTestMyCanEditListView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual voi			

			...
			...
			... 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