资源列表
04_iteration
- about iteration for c++ computer programming, it s very useful to help you practice.
05_functions
- how to write code in function for c++ computer programming, this function is very useful to make a program.
06_arrays
- it s almost last slide to learn how to code in c++ computer programming. this slide is about arrays.
07_standard_cPP_strings
- final slide, it s called standard for c++ computer programming
ch02-1
- code part 1 for c++ computer programming about basical code.
ch02-2
- code part 2 for c++ computer programming about basical code.
ch02-3
- code part 3 for c++ computer programming about basical code.
ch03-1
- code part 1 for c++ computer programming about if-else, finding min-max, switch-case, or other conditions.
ch03-2
- code part 2 for c++ computer programming about if-else, finding min-max, switch-case, or other conditions.
ch03-3
- code part 3 for c++ computer programming about if-else, finding min-max, switch-case, or other conditions.
MFCscrollbar
- 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
redrawListDemo
- VC++.NET Clistctrl重绘,可定义内容行颜色 以及鼠标点击各个状态的颜色,并实现了隔行变色,与最初默认的Clistctrl相比,漂亮了许多,也更加清淅了,用来显示列表数据更直观了。内含一个位图皮肤控件,用来实现一个位图滚动条控件,还有一个控件滚动条换肤,用于通过对一个控件的子类化实现滚动条换肤,和CSkinScrollBar配合使用。-VC++. NET Clistctrl redraw lines define the content of each color and the
