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

Search list

[Menu control在工具条里面创建 CComboBox

Description: 用Vc编写的 在工具条里面创建 CComboBox的程序。-Vc used in the preparation of the tools which create CComboBox procedures.
Platform: | Size: 37301 | Author: 崔振峰 | Hits:

[Menu control在工具条里面创建 CComboBox

Description: 用Vc编写的 在工具条里面创建 CComboBox的程序。-Vc used in the preparation of the tools which create CComboBox procedures.
Platform: | Size: 36864 | Author: 崔振峰 | Hits:

[Windows Developccombobox

Description: 自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CAutoCompleteCombo use of this category (Note the introduction of the first paper), in the example I created a dialog CAutoCompleteCombo type of a variable" m _combo "in the box" nInitDialog () "function to add the following phrase :// TODO : Add extra initialization here m_combo.AddString (" America &quo
Platform: | Size: 27648 | Author: wang | Hits:

[GUI DevelopFlatCmbox

Description: MS Office家族产品中常常见到扁平式组合框,本程序利用一个可重用的C++类 CXTFlatComboBox 在自己的程序中轻松实现扁平式组合框,也就是让标准的CComboBox控件外观扁平化。CXTFlatComboBox类是codejoke开发工具包Xtreme Toolkit的一个成员。任何人都可以免费使用这个类的源代码。-MS Office family products often see a combination of flat-frame, the procedures use a reusable C CXTFlatComboBox in their procedures easy combination to achieve a flat box, the standard is to give the appearance of control CComboBox Flat. CXTFlatComboBox category codejoke Development Kit Xtreme Toolkit, a member. Anyone can use this type of free source code.
Platform: | Size: 68608 | Author: 清风吴 | Hits:

[ComboBox200112702718

Description: 在使用本程序时,添加FlatComboBox.cpp和FlatComboBox.h到工程文件中,并替换 CComboBox为 CFlatComboBox。 -the use of the procedure, and FlatComboBox.h FlatComboBox.cpp added to the project document, and the replacement of CFlatComboBox CComboBox.
Platform: | Size: 15360 | Author: sdemon | Hits:

[GUI Developvc界面

Description: 我们经常会使用到组合框,而组合框是是有2种功能的--下拉和列表。一般情况下,列表框的宽度和选择框是一样宽的,但是我们有些时候确实很需要把列表框的宽度变大,一便让我们能更好的看我们要选的东西。   为了能有这个功能,我写了下面的这个函数。首先得在你的对话框中添加一个的WM_CTLCOLOR的消息句柄,或者使用CComboBox的继承类,而且在其中添加下面的代码:-we often use to mix frame, and frames are combinations are two kinds of functions-- and the drop-down list. Under normal circumstances, the list box and the width of the selection box is the same width, but sometimes we need to do is list the width of the frame, one will enable us to better do our election of the things. To have this function, I wrote the following this function. First of all in your dialog box to add one of the news WM_CTLCOLOR handle, or use the inheritance CComboBox category, but which add the following code :
Platform: | Size: 7168 | Author: 政策 | Hits:

[ComboBoxCColorListBox_demo

Description: 通过CComboBox控件在CListBox控件中添加彩色的字体,在CComboBox中设定不同的背景色和前景色。在CListBox中实现每行都有不同的颜色。-through CComboBox Control in CListBox controls add color and the size of the CComboBox set different background color and foreground color. CListBox achieved in each line has a different color.
Platform: | Size: 38912 | Author: 吕杨 | Hits:

[GUI Develop20060415cj60lib

Description: CJ60Lib是基于MFC基础之上的一个扩展库,主要是改进MFC的下述类: CCJButton - ( CJButton.cpp and CJButton.h )对CButton的改进。 CCJComboBox - ( CJComboBox.cpp and CJComboBox.h )对CComboBox的改进。 CCJControlBar - ( CJControlBar.cpp and CJControlBar.h )对CControlBar的改进。 CCJFrameWnd - ( CJFrameWnd.cpp and CJFrameWnd.h ) CCJMDIFrameWnd - ( CJMDIFrameWnd.cpp and CJMDIFrameWnd.h ) CCJDockBar - ( CJDockBar.cpp and CJDockBar.h ) -CJ60Lib MFC is based on the basis of an extension. MFC is mainly to improve the following categories : CCJButton- (CJButton.cpp and CJButton.h) CB Utton improvements. CCJComboBox- (CJComboBox.cpp and CJComboBox . h) CComboBox improvements. CCJControlBar- (CJControlBar.cpp and CJCont rolBar.h) CControlBar improvements. CCJFrameWnd- (CJFrameWnd.cpp and CJFrameWnd . h) CCJMDIFrameWnd- (CJMDIFrameWnd.cpp and C JMDIFrameWnd.h) CCJDockBar- (CJDockBar.cpp and CJDockBar.h)
Platform: | Size: 92160 | Author: 陈其义 | Hits:

[ComboBoxGGQ

Description: 一个只能输入数字的CComboBox(类似腾讯QQ登陆框中的号码组合框)-one can only import figures CComboBox (similar QQ landing box numbers portfolio box)
Platform: | Size: 18432 | Author: 陈泸华 | Hits:

[ComboBoxMyCombox

Description: 能够自动匹配的CComboBox,两种可以自由设定。已是删除不匹配的,只显示匹配的,二是直接定位到最匹配的,不会删除-can automatically match the CComboBox, both set free. The deletion is not matched only shows that matching the two is the most direct positioning of the match, not deleted
Platform: | Size: 2782208 | Author: hhn | Hits:

[ComboBoxColorComSel

Description: vc++ 的继承CComboBox类编写的颜色下拉框,有16色供选择。-vc succession CComboBox category prepared by the color of the drop-down box, a 16-color options.
Platform: | Size: 39936 | Author: kcy | Hits:

[GUI DevelopComboBox_Tut_demo

Description: 使用CComboBox 的入门初级指南。相信对于初学者很有用。-use CComboBox primary guide for beginners. I believe very useful for beginners.
Platform: | Size: 65536 | Author: 孙全 | Hits:

[ComboBoxCstmComboBox

Description: CComboBox 弹出树状控件。包内为类文件,用时只需调用SetCustomPopupCtrl,然后就可以像操作CTreeCtrl一样操作CComboBox了。-CComboBox control pop-up tree. Package for the class file, simply call when SetCustomPopupCtrl, then the operation can operate CTreeCtrl as a CComboBox.
Platform: | Size: 4096 | Author: sunny | 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:

[ComboBoxExComboBox

Description: CComboBox扩展:支持文件功能 支持文本和位图 位图支持光标、图标、bmp位图;文本支持字体设置、背景色、文本色-CComboBox expansion: support functions in support of the text file and bitmap support cursor bitmap, icon, bmp bitmap text to support the font settings, background color, text color
Platform: | Size: 11264 | Author: liubin | Hits:

[ComboBoxMyImageComboBox

Description: Imagecombobox是mfc标准类Ccombobox的扩展。在标准类的基础上实现了插入图片的功能。并且还支持不同层次的条目显示,使得界面更为丰富美观。-Mfc standards Imagecombobox is Ccombobox category expansion. In the standard categories based on the function of the inserted image. And also supports different levels of entry, making the interface more attractive rich.
Platform: | Size: 157696 | Author: h | Hits:

[ComboBoxICON_COMBOBOX_SRC

Description: 在工程文件中包含IconComboBox.cpp和IconComboBox.h。 在资源编辑器中,创建一个一般的组合框,并设置它具有下面风格: DropList, OwnerDraw Variable, Has Strings。 用ClassWizard创建一个控件成员变量。 替换CComboBox为CIconComboBox。 -In the project file contains IconComboBox.cpp and IconComboBox.h. Editor in terms of resources, create a normal combo box and set it with the following styles: DropList, OwnerDraw Variable, Has Strings. Use ClassWizard to create a control member variable. CComboBox replacement for CIconComboBox.
Platform: | Size: 2048 | Author: 冯大为 | Hits:

[ComboBoxCComboBox

Description: 这是一个基于MFC框架下实现CComboBox常用功能的代码,希望对于初学者有一定的帮助,我很喜欢这个网站,希望大家以后多多支持 -This is a framework based on MFC to achieve CComboBox code commonly used functions, hoping for some help for beginners, I like this site I hope you will support the future
Platform: | Size: 66560 | Author: gfedcba | Hits:

[Speech/Voice recognition/combineCComboBox

Description: 语音识别中端点检测自动录音程序-Endpoint Detection of Speech Recognition automatic recording procedure. . . .
Platform: | Size: 234496 | Author: jinqian | Hits:

[Windows DevelopCComboBox

Description: 关于CComboBox控件的使用-about CComboBox
Platform: | Size: 1879040 | Author: 宋元章 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net