搜索资源列表
coscilloscopectrl_src
- Recently, one of the projects that I m working on required showing some variable data, like signal strength, signal to noise ratio etc. As usual, I dived into Code Project, confident that I ll find a solution. I did find some, as expected, but unfort
coscilloscopectrl_demo
- Recently, one of the projects that I m working on required showing some variable data, like signal strength, signal to noise ratio etc. As usual, I dived into Code Project, confident that I ll find a solution. I did find some, as expected, but unfort
CustomHeader.zip
- C# 要实现ListView的各行各列重绘是一件很麻烦的事情,最近就确定要实现一个功能需求,在一个ListView各行的第二列(Details模式)加入一个小图标。之前已经领教过ListView的设置,要开启重绘ListView各行,就必须重载它的OnDrawSubItem,但是ListView默认是不会执行你重载的OnDrawSubItem事件的,除非你把它OwnerDraw设置为true,即打开由用户控制绘图模式。然而让人抓狂的是,OwnerDraw=true后,整个ListView的Ite
listctrl
- 本程序是对list控件的重写。使其符合自己的要求这样可以实现自己想要的控件。-This program is to list controls. To meet the requirements of yourself that can realize oneself want to control.
xielv
- 车载诊断求斜率 主要用在诊断中 第三位是移动位-Slope-board diagnostic requirements
ctlistview
- ListView重绘,请把 View 设置为 Report 样式,FullSelect设置为 True ,以获得最佳效果。仅仅为了公司要求所编写,并不适合所有情况。 其中一个使用了SkinH_VB6.dll皮肤控件,为ListView增加了漂亮皮肤。 为了改变行高度,使用了大字体,但绘制的时候仍然是小字体-ListView redraw View Report style the FullSelect set to True, to get the best results.
ListAdd
- 一个可提供编辑和单格变色功能的ListCtrl自定义类,除此之外,该类还支持单击表头对表格进行排序,基本满足对ListCtrl的多样要求。-A single cell can provide editing and color features ListCtrl custom class, in addition, the class also supports click the table header to sort the table, basically meet the divers
ListCtrlFont
- 项目需求,需要CListCtrl每一行,每一列的颜色都可以由用户手动设置,然后就自己重绘了下 效果就是这个样子,当然,这个最初,最原始的Demo,最终效果是根据用户选择的颜色可以动态修改每一列的颜色,商业项目不方便贴源码,所以只能上自己写的最初的源码,给有用的同学一个参考而已。 一个注意点:工程经过vs2012编译,想用vs2010打开的同学,可以修改vcxproj文件,将原有平台110改为100即可。-Project requirements, the need CListCtr
listctrl_Button
- 此版本比上一个版本增加了按钮功能,并且对按钮进行了自绘。】 本项目在WNI8+VC6下编译通过。 clistctrl控件中添加复选框,编辑框,按钮; 可调整列高度及更改字体大小。 本代码是搜集网上公开代码集成而成,在实际中,更改了一些代码以满足自己项目功能需求。目前只加入了复选框及编辑框,调整列高等功能。其它功能由于项目中用不到,暂时没有列入。 有兴趣的可以自己动手加入。。 -This version than the previous ve
