Welcome![Sign In][Sign Up]
Location:
Search - combobox

Search list

[Delphi VCLComboBox

Description: delphi 里做一个智能combo box 的程序。-delphi Lane combo box to do an intelligent process.
Platform: | Size: 7168 | Author: 马小风 | Hits:

[Internet-NetworkMCComboBox_src

Description: 一个外老写的一个支持多列显示的Combobox类,不比BCGsoft的差-Written by a veteran of a foreign support multi Combobox column displays the category, than the difference BCGsoft
Platform: | Size: 11264 | Author: jsy | Hits:

[Embeded Linuxcombobox

Description: minigui 编程实例,是学习minigui的好例子,关于组合框的例子-minigui programming examples, is a good example of learning minigui, on the combo box examples
Platform: | Size: 2048 | Author: jjcheng | Hits:

[GUI DevelopBuildXPControl

Description: 各类XP风格的控件类源码及示例,包括编辑框、按钮、LISTBOX,LISTCTRL,COMBOBOX-XP-style controls of various types of source code and examples, including the edit box, button, LISTBOX, LISTCTRL, COMBOBOX
Platform: | Size: 7368704 | Author: song | Hits:

[GUI DevelopMultiColumnFlatCombo_src

Description: combobox多列显示,相当于DataGrid-combobox multi-column display, which is equivalent to DataGrid
Platform: | Size: 77824 | Author: 冰双 | Hits:

[ComboBoxtestComboBoxApp

Description: test ComboBox Application
Platform: | Size: 18432 | Author: lingxiao | Hits:

[ComboBoxCComboBox

Description: 这是封装好combobox类,仅供大家参考使用.欢迎大家下载!-This is a good package combobox class, only you use and reference. Welcome you to download!
Platform: | Size: 26624 | Author: 33 | Hits:

[ComboBoxCompleteReadOnlyComboBox

Description: Like so many others, our developers were taken in with the look and feel of the TextBox s ReadOnly property. Compared to a disabled TextBox, it is legible yet conveys a change in the state of the control. You cannot change its value but if needed you can copy the text out of it. Since the ComboBox is an enhanced TextBox, it was natural to look for a ReadOnly property, but as you all know, it s not there. Oh, but it is there. It s not exposed in the Framework but it lies underneath and can be accessed with a single line of code. -Like so many others, our developers were taken in with the look and feel of the TextBox s ReadOnly property. Compared to a disabled TextBox, it is legible yet conveys a change in the state of the control. You cannot change its value but if needed you can copy the text out of it. Since the ComboBox is an enhanced TextBox, it was natural to look for a ReadOnly property, but as you all know, it s not there. Oh, but it is there. It s not exposed in the Framework but it lies underneath and can be accessed with a single line of code.
Platform: | Size: 22528 | Author: 阿斗 | Hits:

[ComboBoxQQ_Source

Description: QQ登录截面,COMBOBOX实现字符的控制,可提供参考-QQ log cross-section, COMBOBOX to achieve control of characters can provide a reference
Platform: | Size: 79872 | Author: tong jianfeng | Hits:

[Graph DrawingCADCombo

Description: CADBOXES 1.1 as of 30.10.1998 (C)1998 by Bernhard Knibbe This Component is a enhanced listbox/combobox like seen on a famous cad program. Its rather useful to visualize/change/check boolean values related to stringlists. It is originally based on the SKDLIST.ZIP by robert@alpine.net You can add up to 8 "toggle" bitmaps,stored in a TImageList.
Platform: | Size: 22528 | Author: Zhou Qing | Hits:

[GUI DevelopColorComboBox

Description: 用VS2005开发的基于ComboBox的颜色选择控件。-Developed using VS2005 the color of choice based on ComboBox controls.
Platform: | Size: 79872 | Author: PengTao | Hits:

[CSharpComboBox

Description: 判断ComboBox是选择上一个还是下一个,在命令行下运行即可。里面有个exe文件,直接点击也可,学习很实用-ComboBox is to determine the choice of one or the next, in the command line to run under. Inside there is a exe file, can also directly click on to learn a very practical
Platform: | Size: 2048 | Author: 佘锋 | Hits:

[ComboBoxCombobox

Description: 这是一个联合界面的小程序,大家可以参考做出精美小界面。-This is a joint interface applet, we can make a fine reference to the small interface.
Platform: | Size: 4096 | Author: xiyadong | Hits:

[Windows Developcoolgrid

Description: 完全继承了微软的软件设计风格,继承MSFlexGrid和MSHFlexGrid的强大功能。 控件小巧,执行速度快。 输入方便。可以不用任何编程在表格中设置六种输入方式:文本框(TextBox)、下拉框(ComboBox)、复选框(CheckBox)、日历(Calendar)、按钮(Button)、超级链接(hyperlink),完全可以实现复杂的数据输入。 -Fully inherited the style of Microsoft s software design, inheritance MSFlexGrid and MSHFlexGrid power. Controls a small, fast implementation. Convenient input. Do not have any programming in the table set up six input methods: text boxes (TextBox), the drop-down box (ComboBox), check box (CheckBox), calendar (Calendar), button (Button), hyperlinks (hyperlink), is entirely possible to achieve complex data entry.
Platform: | Size: 362496 | Author: 许庭洲 | Hits:

[CSharpListViewandTreeView

Description: 此程序中包含了tabControl,combobox,listView,treeLiew等的用法,希望对大家的学习有帮助. 有什么不足的地方还请大家指出来,一起讨论,一起学习.-This process includes tabControl, combobox, listView, treeLiew such as the usage of, and they hope to learn from everyone s help. What is the shortage of places please point them out and discuss it together and learn together.
Platform: | Size: 38912 | Author: kaneisme | Hits:

[OtherMSFlexGrid

Description: 实现MSFlexGrid内嵌EDIT、COMBOBOX控件-The realization of MSFlexGrid embedded EDIT, COMBOBOX control
Platform: | Size: 54272 | Author: 刘长乐 | Hits:

[Windows DevelopStaticList

Description: We often need to use static data in our programs. By static, I mean our programs do not modify the data. For example, we can insert the list of the 50 US state names into a combobox so that the user can select his/her state using a mouse. The same goes with the names of months, the names of weekdays, etc. On other occasions, we need to "translate" between two different lists of static data. Say, we have to find the full name of a US state, given a two-character code, we may also have to find the corresponding name of the month, given a numeric value between 1 and 12-We often need to use static data in our programs. By static, I mean our programs do not modify the data. For example, we can insert the list of the 50 US state names into a combobox so that the user can select his/her state using a mouse. The same goes with the names of months, the names of weekdays, etc. On other occasions, we need to translate between two different lists of static data. Say, we have to find the full name of a US state, given a two-character code, we may also have to find the corresponding name of the month, given a numeric value between 1 and 12
Platform: | Size: 13312 | Author: rove | Hits:

[CSharpDataWindow

Description: 实现类似速达效果,将ComboBox与DataGridView控件组合-Tatsu realize the effect of similar speed to ComboBox and DataGridView controls portfolio
Platform: | Size: 86016 | Author: liuzq | Hits:

[TreeViewtreegridview(1)

Description: 树型combobox 控件,可设置 节点,默认值-Tree combobox control node can be set, the default value
Platform: | Size: 92160 | Author: 埸萱 | Hits:

[.netCustmer_ComboBox_src

Description: 扩展Combobox控件,可以在下拉框中添加其他控件-Extended Combobox control, you can add other controls the drop-down box
Platform: | Size: 21504 | Author: doy | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 47 »

CodeBus www.codebus.net