SetFont(&font);   //设置标题头  &n-IMDN开发者社群-imdn.cn"> SetFont(&font);   //设置标题头  &n - IMDN开发者社群-imdn.cn">
登录
首页 » c++ » CListCtrl 的用法

CListCtrl 的用法

于 2022-11-29 发布 文件大小:3.59 MB
0 142
下载积分: 2 下载次数: 1

代码说明:

void CListBackgroundDlg::SetListInit(){    //属性设置    m_list1.ModifyStyle(LVS_TYPEMASK,LVS_REPORT&LVS_TYPEMASK|LVS_SINGLESEL);    DWORD dwStyle = m_list1.GetExtendedStyle();    m_list1.SetExtendedStyle(dwStyle|LVS_EX_FULLROWSELECT|LVS_EX_GRIDLINES);    //设置行宽    CImageList image;    image.Create(1,40,ILC_COLOR24|ILC_MASK,4,0);    m_list1.SetImageList(&image,LVSIL_SMALL);    //设置字体和大小    CFont font;    font.CreateFont(16,0,0,0,FW_NORMAL,FALSE,FALSE,0,ANSI_CHARSET,OUT_DEFAULT_PRECIS,CLIP_DEFAULT_PRECIS,DEFAULT_QUALITY,DEFAULT_PITCH|FF_SWISS,"宋体");    m_list1.SetFont(&font);    m_list1.GetHeaderCtrl()->SetFont(&font);    //设置标题头   &n

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DSP
    DSP书籍,我老师自己写的,很实用,这本书是老师在常年的教学中逐步积累的,(A book about DSP,)
    2012-04-29 10:16:37下载
    积分:1
  • TemplateTrans
    数字图像处理中图像的增强方便的源代码,包括图像灰度修正,图像的平滑,中值滤波,图像的锐化,伪彩色和假彩色的增强等(Digital image processing image enhancement convenient source code, including the gray correction, image smoothing, median filtering, image sharpening, pseudo-color and false color enhancement, etc.)
    2013-12-02 10:50:31下载
    积分:1
  • alglib-3.14.0.csharp.gpl
    ALGLIB提供以下功能: 线性代数(直接算法、求解器、EVD/SVD) 快速傅里叶变换 数值积分 内插 线性和非线性最小二乘拟合 优化 常微分方程 特殊功能 统计 (描述性统计, 假设检验) 数据分析(分类/回归,包括神经网络) 的多个精确版本线性代数, 内插和优化算法(使用MPFR浮点计算)(ALGLIB provides functions for: Linear algebra (direct algorithms, solvers, EVD/SVD) Fast Fourier transforms Numerical integration Interpolation Linear and nonlinear least-squares fitting Optimization Ordinary differential equations Special functions Statistics (descriptive statistics, hypothesis testing) Data analysis (classification/regression, including neural networks) Multiple precision versions of linear algebra, interpolation and optimization algorithms (using MPFR for floating point computations))
    2018-08-14 14:53:16下载
    积分:1
  • MovePoint
    设计程序,利用鼠标事件,在窗体上实时显示鼠标的位置,(Design process, the use of mouse events, real-time display position of the mouse on the form,)
    2014-04-23 22:24:42下载
    积分:1
  • ST7565-4SPI
    ST7565 4SPI.zip是一个点128*64的LCD程序,主要用于测试调试液晶显示屏(ST7565 4 spi. Zip is a point 128* 64 LCD procedures, LCD screen is mainly used for testing and debugging)
    2014-04-08 13:28:30下载
    积分:1
  • 最小生成树的Kruskal算法
    C语言算法编程。最小生成树的Kruskal算法 。求加权连通图的最小生成树的算法。kruskal算法总共选择n- 1条边,(共n个点)所使用的贪心准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。kruskal算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。
    2022-01-30 15:28:05下载
    积分:1
  • SA_Neural
    模拟退火BP神经网络,使用模拟退火(simulated annealing)进行优化。c#环境开发。(BP neural network,with simulated annealing function that optimize the convergence rate.)
    2020-11-29 22:49:28下载
    积分:1
  • wafm
    系统托盘编程,压缩包有文章和源代码来自VC知识库(System tray programming, compression package has articles and VC source code from the knowledge base)
    2017-08-23 14:42:14下载
    积分:1
  • 2. intermediete.pdf
    How are you okay with you and your family and friends has
    2019-03-25 11:40:50下载
    积分:1
  • filter
    用C语言对输入信号进行滤波,滤波器是预先用MATLAB设计好的(Using C language on the input signal is filtered, the filter is designed in advance using MATLAB)
    2010-12-01 23:55:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载