CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - listbox color
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - listbox color - List
[
ListView/ListBox
]
listbox-2
DL : 0
本程序用 MFC 实现 属性列表框(Property Listbox), 就象 VB 的 IDE 环境一样.用户可以在Property Listbox中包含 edit box, a combo box, an RBG color value, a font name, or a file name
Update
: 2008-10-13
Size
: 25.69kb
Publisher
:
wq
[
Dialog_Window
]
listboxbg-color
DL : 0
一个实例,实例中实现LISTBOX的背景颜色的改变,并且可实现背景用位图来填充的效果,对大家有用
Update
: 2008-10-13
Size
: 230.95kb
Publisher
:
lifu
[
ListView/ListBox
]
listbox中选择背景位图
DL : 0
List中显示背景色-List shows the background color
Update
: 2008-10-13
Size
: 208.28kb
Publisher
:
张伟
[
ListView/ListBox
]
CListBoxColorPickerST_demo
DL : 0
颜色选择列表框-Color DialogBox
Update
: 2025-02-17
Size
: 119kb
Publisher
:
站长
[
ListView/ListBox
]
ColorListBox_Sample
DL : 0
自绘列表框,能在ListView中显示彩色的内容-Since the draw list box in the ListView to display the contents of color
Update
: 2025-02-17
Size
: 17kb
Publisher
:
严国辉
[
MiddleWare
]
log_listbox_src
DL : 0
日志表控件,可定义字体/颜色,-log table controls, defined font/color
Update
: 2025-02-17
Size
: 16kb
Publisher
:
赵奇
[
ListView/ListBox
]
listbox中选择背景位图
DL : 0
List中显示背景色-List shows the background color
Update
: 2025-02-17
Size
: 2.17mb
Publisher
:
张伟
[
ListView/ListBox
]
恒春多路计费
DL : 0
自己综合多方信息,编写的一个利用串口通信,进行电话计费系统。其中涉及串口通信,JPG图片调用,图片显示与LISTBOX覆盖等问题。其中还有一个关于色彩的BUG,请专家指正,我没有继续作下去,就结束任务了。-own integrated multi-information prepared by the use of a serial communications, the telephone billing system. Serial communication involved, JPG photo call, and pictures LISTBOX coverage and other issues. Among them were a color on the BUG, experts correct, I did not continue to go on and on the end of the mandate.
Update
: 2025-02-17
Size
: 686kb
Publisher
:
桂林朱
[
ListView/ListBox
]
colorlb_src
DL : 0
一个从网上收集到的彩色ListBox控件,这是一个类,从MFC中的CListBox中继承的类,使用几乎和ClistBox一样。-an online collection of color ListBox controls, which is a category from the MFC CListBox inherit the category, and ClistBox use almost the same.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
刘大伟
[
ListView/ListBox
]
20040312161342_XListBox_demo
DL : 0
一个重载CListBox的控件,实现自画,可以动态修改背景颜色和前景色.-a heavy CListBox the control and achieve self-portrait, can dynamically change the background color and foreground color.
Update
: 2025-02-17
Size
: 51kb
Publisher
:
乐天
[
GUI Develop
]
testCtrlColor
DL : 0
如何改变控件颜色 本程序以ListBox为例-how to change the color of the control procedures as an example to ListBox
Update
: 2025-02-17
Size
: 25kb
Publisher
:
孙西勐
[
ListView/ListBox
]
ColorLBTest
DL : 0
能够实现每一行item具有不同颜色的ListBox,同时具有Enable/Disable ListBox功能以及在Item中使用或禁用Tab键功能。-to achieve every line item with different colors ListBox. while with Enable/Disable ListBox in Item functions and the use of banned or Tab key functions.
Update
: 2025-02-17
Size
: 27kb
Publisher
:
gpgu
[
ListView/ListBox
]
listbox-2
DL : 0
本程序用 MFC 实现 属性列表框(Property Listbox), 就象 VB 的 IDE 环境一样.用户可以在Property Listbox中包含 edit box, a combo box, an RBG color value, a font name, or a file name-This procedure used to achieve attribute MFC list box (Property Listbox), like VB the IDE environment. Property Listbox users can contain edit box, a combo box, an RBG color value, a font name, or a file name
Update
: 2025-02-17
Size
: 26kb
Publisher
:
wq
[
ListView/ListBox
]
ColorBox
DL : 0
ColorBox.rar,listbox列表中各子项使用不同颜色-ColorBox.rar, listbox various sub-items of the list using a different color
Update
: 2025-02-17
Size
: 16kb
Publisher
:
白云
[
Windows Develop
]
ColorListBox_Sample
DL : 0
颜色列表框实例,代码说明了如何调用颜色列表框,如何选择颜色信息等。-Color list box example code shows how to call the Color list box, how to choose the color information.
Update
: 2025-02-17
Size
: 17kb
Publisher
:
金鱼
[
Dialog_Window
]
listboxbg-color
DL : 0
一个实例,实例中实现LISTBOX的背景颜色的改变,并且可实现背景用位图来填充的效果,对大家有用-An example of instances LISTBOX realize the background color changes, and realize the background can be used to fill the bitmap effect, useful for everyone
Update
: 2025-02-17
Size
: 2.19mb
Publisher
:
lifu
[
ListView/ListBox
]
colorlb_demo
DL : 0
彩色ListBox,来自http://www.codeguru.com/cpp/controls/listbox/colorlistboxes/article.php/c1611 This CColorListBox class is based on Patrice Godard s colored list box class of the same name, with the following additions: The focus rectangle is now drawn only when the control has the input focus. Items in the list are properly colored when the list box is disabled. Items in the list are properly displayed when the LBS_USETABSTOPS style is set. The entire rectangle of the selected item is now colored, instead of just the text background rectangle. When an item is selected, the text color inverts, and the highlight color is the original text color (like the Cyan list item in the above graphic). -Color ListBox, from http://www.codeguru.com/cpp/controls/listbox/colorlistboxes/article.php/c1611This CColorListBox class is based on Patrice Godard s colored list box class of the same name, with the following additions: The focus rectangle is now drawn only when the control has the input focus. Items in the list are properly colored when the list box is disabled. Items in the list are properly displayed when the LBS_USETABSTOPS style is set. The entire rectangle of the selected item is now colored, instead of just the text background rectangle. When an item is selected, the text color inverts, and the highlight color is the original text color (like the Cyan list item in the above graphic).
Update
: 2025-02-17
Size
: 28kb
Publisher
:
cowskin
[
Delphi VCL
]
listbox
DL : 0
常用的listbox中字体是不可以更换的,这里实现字体颜色等更换-Commonly used in the font listbox can not be replaced, where the font color change to achieve
Update
: 2025-02-17
Size
: 168kb
Publisher
:
lc
[
GDI-Bitmap
]
color-Listbox
DL : 0
ListBox设置彩色条状,不同行不同颜色,可根据需要调整。-ListBox set the color strip
Update
: 2025-02-17
Size
: 14kb
Publisher
:
msw
[
LabView
]
Multicolumn Listbox
DL : 0
此程序是对多列列表框的项名颜色修改和对项名中的字体的颜色修改的一个不错的例子。对于labview初学者来说是一个很好的例子。(This program is a good example of modifying the ItemNames color of MultipleColumn Listboxes and modifying the font color of the ItemNames. This is a good example for LabVIEW beginners.)
Update
: 2025-02-17
Size
: 9kb
Publisher
:
七叶水
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.