资源简介
改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景的示例程序共享资料
代码片段和文件信息
// DemoList.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “DemoList.h“
#include “DemoListDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDemoListApp
BEGIN_MESSAGE_MAP(CDemoListApp CWinApp)
//{{AFX_MSG_MAP(CDemoListApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CDemoListApp construction
CDemoListApp::CDemoListApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDemoListApp object
CDemoListApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CDemoListApp initialization
BOOL CDemoListApp::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
CDemoListDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 44216 2012-03-12 16:10 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\lstctrl.txt
文件 1798 2012-03-12 16:10 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\lsttmp.txt
文件 114840 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\DemoList.exe
文件 273844 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\DemoList.ilk
文件 14761 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\DemoList.obj
文件 5490068 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\DemoList.pch
文件 328704 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\DemoList.pdb
文件 2572 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\DemoList.res
文件 29241 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\DemoListDlg.obj
文件 20959 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\HeaderCtrlCl.obj
文件 37931 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\ListCtrlCl.obj
文件 106348 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\StdAfx.obj
文件 214016 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\vc60.idb
文件 364544 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\Debug\vc60.pdb
文件 1143 2009-01-16 10:23 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\DemoList.clw
文件 2091 2009-01-16 10:22 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\DemoList.cpp
文件 4463 2009-01-16 12:56 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\DemoList.dsp
文件 541 2009-01-16 10:22 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\DemoList.dsw
文件 1346 2009-01-16 10:22 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\DemoList.h
文件 50176 2012-03-09 17:23 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\DemoList.ncb
文件 54784 2012-03-09 17:23 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\DemoList.opt
文件 2471 2012-03-09 17:20 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\DemoList.plg
文件 5338 2009-01-16 10:23 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\DemoList.rc
文件 6004 2009-01-16 10:29 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\DemoListDlg.cpp
文件 1360 2009-01-16 10:27 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\DemoListDlg.h
文件 3249 2009-01-16 15:09 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\HeaderCtrlCl.cpp
文件 623 2009-01-15 22:06 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\HeaderCtrlCl.h
文件 8140 2009-01-16 09:59 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\ListCtrlCl.cpp
文件 1880 2009-01-16 09:53 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\ListCtrlCl.h
文件 724 2009-12-04 09:56 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景\VC6.0版本示例\DemoList\main_from.gif
............此处省略63个文件信息
相关资源
- spring-mvc4.2.4 中文API文档
- 指纹识别算法
- 多媒体播放器VC,适合初学者
- VC vfm类库 摄像头webcam捕捉图像接口程
- MVC+EasyUI简单使用Demo
- vc中通过解析mid/mif文件访问mapinfo数据
- 基于vc的串口通信,实现两台计算机之
- VC将二维数组显示为图像
- DevComponents.DotNetBar2 破解版
- 网上选课系统(源码+详细说明书)
- Open SSl 1.1
- vc动画图形的制作
- 基于MVC的酒店管理系统
- VCS2016.6 ubuntu安装与破解方法
- spring-mvc-官方中文文档
- VC实现的数字水印图像处理
- synopsys vcs 的安装教程
- MVC登录增删改查界面
- 思科routing and switching CCIE 5.0诊断题v
- TFIDF算法实现
- 指纹提取与识别系统VC源码opencv
- 定时器的配置文件两种方式:springm
- PVCurve.rar
- Elecard-HEVC-Analyzer.zip
- VCDS5053固件19.61含升级教程.zip181635
- vc图像直方图均衡化和直方图显示
- delphi VCLZIPFOR D7-XE5
- 类似PHOTOSHOP的绘图软件源码
- IBM SVC异构存储容灾解决方案建议书
- spring mvc 集成elasticSearch 5.5.0版本
评论
共有 条评论