文件名称:ccombobox
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 27.37kb
- 下载次数:
- 0次
- 提 供 者:
- w***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
自动完成的复合框的实现在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 fr a me 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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 340895ccombobox.rar 列表 CComboBox CComboBox\listbiao.opt CComboBox\Resource.h CComboBox\listbiao.rc CComboBox\listbiao.aps CComboBox\listbiao.clw CComboBox\ReadMe.txt CComboBox\listbiao.h CComboBox\listbiao.cpp CComboBox\StdAfx.h CComboBox\StdAfx.cpp CComboBox\listbiao.dsp CComboBox\listbiao.dsw CComboBox\listbiao.ncb CComboBox\listbiao.plg CComboBox\listbiaoDlg.h CComboBox\listbiaoDlg.cpp CComboBox\Debug CComboBox\res CComboBox\res\listbiao.rc2 CComboBox\res\listbiao.ico