MyListCtrl.h in TestMyCanEditList.ra


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

			
#if !defined(AFX_MYLISTCTRL_H__EC71BB08_E6A3_45E5_BFA1_ABF0B0EFB5CB__INCLUDED_)
#define AFX_MYLISTCTRL_H__EC71BB08_E6A3_45E5_BFA1_ABF0B0EFB5CB__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyListCtrl.h : header file
//

#include <afxtempl.h>
/////////////////////////////////////////////////////////////////////////////
// CMyListCtrl window

class  CMyListCtrl : public CListCtrl
{
// Construction
public:
	CMyListCtrl();

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyListCtrl)
	//}}AFX_VIRTUAL

// Implementation
public:
	void ClickColumn(int column, BOOL descent);
	void SortColumn(int column,BOOL descent);
	static int CALLBACK MyCompareProcNumD(LPARAM lParam1,LPARAM lParam2,LPARAM lParamSort);
	static int CALLBACK MyCompareProcNumA(LPARAM lParam1,LPARAM lParam2,LPARAM lParamSort);
	static int CALLBACK MyCompa			

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