CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CListCtrl

搜索资源列表

  1. skinlistdemo

    0下载:
  2. vc++ VC.NET三个版本的CListCtrl美化源码包,C++自绘标题栏和滚动条的CListCtrl,我写了Init( )函数。在这个函数中动态创建了scrollbars ,并且保证原始的scrollbar被隐藏了。还需要考虑到标题栏的大小,因为我们需要保证CStatic的scrollbars在PositionScrollBars()中的位置是正确的。如果窗口的外观发生变化,我需要保证scrollbars 还在正确的位置上。因为重载了OnEraseBkgnd和OnPainthandlers
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-31
    • 文件大小:13275803
    • 提供者:kpudn20
  1. MFCscrollbar

    0下载:
  2. C++ MFC 重绘CListCtrl、CTreeCtrl滚动条源码。#define SCROLLBAR_NORMAL_MINIMUM 45 //经验值,当Scrollbar宽度/高度小于这一数值时需要特殊处理,保证与系统的处理方式一致。编译环境:VS2012,VC6.0不能编译。-C++ MFC redraw CListCtrl, CTreeCtrl scrollbar source.# define SCROLLBAR_NORMAL_MINIMUM 45// Experience, requ
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:81527
    • 提供者:kpudn30
  1. redrawListDemo

    0下载:
  2. VC++.NET Clistctrl重绘,可定义内容行颜色 以及鼠标点击各个状态的颜色,并实现了隔行变色,与最初默认的Clistctrl相比,漂亮了许多,也更加清淅了,用来显示列表数据更直观了。内含一个位图皮肤控件,用来实现一个位图滚动条控件,还有一个控件滚动条换肤,用于通过对一个控件的子类化实现滚动条换肤,和CSkinScrollBar配合使用。-VC++. NET Clistctrl redraw lines define the content of each color and the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:44876
    • 提供者:wpudn20
  1. ListCtrlFont

    0下载:
  2. ListCtrlFont自绘,C++自绘CListCtrl控件,运行于VS2012环境,简单易懂的自给控件示例,附有完整的源码文件,对此感兴趣的不妨下载测试下-ListCtrlFont from the painting, C++ since drawn CListCtrl control, running VS2012 environment, easy to understand self-control sample, with complete source code files, in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:146905
    • 提供者:wpudn20
  1. LVCustomDrawDemo

    0下载:
  2. DrawCListCtrl控件自绘实例,改变了控件中的字体颜色、控件背景颜色、让内容高亮显示,比起默认的CListCtrl,功能增色不少,期待大家喜欢,也希望能为自绘方面研究的初学者提供参考范例。本源码已经修正错误,在VC6.0环境下可顺利编译。-DrawCListCtrl controls from the paint instance, changing the font color controls, control background color, so the content is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:26945
    • 提供者:wpudn20
  1. APIBROW

    0下载:
  2. VC++使用公用控制回调在一个CListView中管理CListCtrl控制,用于分析了一些以逗号为分割符的文本文件,例如在你的\MSDEV\LIB(VC5.0在DevStudio\VC\Lib)目录下的Win32Api.CSV就是这样的文件-VC++ using the common control callback management CListCtrl control in a CListView, the analysis of a number comma separator tex
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:15445
    • 提供者:wpudn22
  1. CloroList_Excel

    0下载:
  2. 实现VC++ clistctrl 的自绘图片和滚动条的功能,可以在当个Item上加载图片、改变字体颜色、背景色等。-ON划词翻译ON实时翻译 Drawn from the pictures and the functions of the scroll bar VC++ CListCtrl, can be in when the loading picture, Item to change the font color, background color, etc..
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-28
    • 文件大小:10652063
    • 提供者:zhoufan
  1. MyListCtrlDemo

    1下载:
  2. 实现CListCtrl列表宽度随内容自动调节-Let Your ListCtrl Adjust its Column Widths Automatically
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2939785
    • 提供者:heitty
  1. Test

    1下载:
  2. 自己写的CListCtrl自绘类 简单的实现了表头的绘制以及表格非Item区域的绘制,同时 用了双缓冲  在刷新界面的时候不会出现闪烁的现象。-Write your own self-drawn CListCtrl class implements a simple header to draw and non-draw Item form regions, and with a double-buffered interface when the refresh flicker does no
  3. 所属分类:ListView-ListBox

    • 发布日期:2014-08-02
    • 文件大小:43008
    • 提供者:洪岩
  1. EditListCtrlSample.dsw

    0下载:
  2. 对CListCtrl列表控件进行了一个功能扩展,使它支持双击鼠标实现编辑主项(Item),也可以编辑子项(SubItem),并尽量符合CListCtrl的操作习惯。这个对VC的爱好者们应该很有用,必竟双击编辑已经让我们大部分人感觉很习惯了,因此这个功能的加入是符合注流的-CListCtrl controls on a list of extensions, it supports double-click editing to achieve the main items (Item), you
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-08
    • 文件大小:1900459
    • 提供者:杜君轩
  1. ListCtrl3

    0下载:
  2. vc clistctrl. good example-vc clistctrl good example
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-24
    • 文件大小:3530502
    • 提供者:zhang
  1. clistctrl

    0下载:
  2. 就是个显示动漫列表的小程序,主要方便记忆看过的动漫-Is a small program to display a list of animation, anime main facilitate memory read
  3. 所属分类:File Operate

    • 发布日期:2017-06-10
    • 文件大小:17859367
    • 提供者:
  1. ChildCtrl

    1下载:
  2. CListCtrl,ComboBox,CStatic,日期控件等重写的类,可能有的需要 Opencv的一些图像显示函数,.h,.CPP文件-Rewriting the class CListCtrl, ComboBox, CStatic, date controls, may require some images and some display function Opencv
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-01-11
    • 文件大小:93184
    • 提供者:sunli
  1. ThumbList

    0下载:
  2. CListCtrl重写,可视化管理图片;包括显示,添加,删除,编辑状态等;-CListCtrl rewritten, visual management picture including display, add, delete, edit, status, etc.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-26
    • 文件大小:38726
    • 提供者:sunli
  1. ProjCleaner

    0下载:
  2. 1.本实例程序是网上收集的,其中包括了很多知识点。 2.文件夹的打开与关闭 3.右击快捷菜单的设计与实现。 4.对话框的扩展功能,伸缩功能 5.对ctreectrl、combobox、clistctrl、clistbox控件的封装,都是网上下载的很实用-1 This example program is online collection, which includes a lot of knowledge. 2 files open and close folders
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:591095
    • 提供者:程飞
  1. gridctrl_demo_upgrade

    0下载:
  2. 基于老版本VC6-VS2008的可用的高级CListCtrl控件。替换原有的MFC控件,增加了更多特性。-Based on VC6-VS2008, supplementary functionsfor MFC CListCtrl.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-06-09
    • 文件大小:16683150
    • 提供者:wyatt
  1. HTControlDemo(v1.0.3.2)

    1下载:
  2. VC界面控件皮肤库(v1.0.3.1):压缩包中包括VS2005,VS2008和VS2010三个项目工程。此VC界面控件皮肤库我会不断地更新,你发现问题及时联系我,请关注我的资源列表中最新版本。 支持绝大多数常用控件,可以对控件进行任意换肤,支持控件任意透明度,界面无闪烁,不需要附加的学习即可使用。包含PNG透明按钮,静态控件, 自定义进度条,自定义控制杆,自绘滚动条,完美替换CListCtrl滚动条,支持CListCtrl背景图显示,在CListCtrl中添加进度条,完美替换CRich
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3306805
    • 提供者:Kevin2000178
  1. MyListCtrl

    0下载:
  2. 在CListCtrl列表上面增加编辑框和下拉选择框。-CListCtrl list above increase in the edit box and drop-down selection box.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-16
    • 文件大小:3735584
    • 提供者:linzh
  1. skinscrollbar_demo

    0下载:
  2. 能够在不重写ClistCtrl 和CTreeCtrl的情况下完成滚动条自绘。-Scrollbars can be completed without rewriting ClistCtrl and CTreeCtrl painting from.
  3. 所属分类:software engineering

  1. ColoredListCtrl

    0下载:
  2. 可任意改变List Item 颜色的列表控件,也是学习使用列表控件的好例子-a Full-Colored CListCtrl ...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1677131
    • 提供者:林风
« 1 2 ... 20 21 22 23 24 2526 27 28 »
搜珍网 www.dssz.com