========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : TestAutoCompleteCombo
========================================================================
AppWizard has created this TestAutoCompleteCombo application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your TestAutoCompleteCombo application.
TestAutoCompleteCombo.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
TestAutoCompleteCombo.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CTestAutoCompleteComboApp application class.
TestAutoCompleteCombo.cpp
This is the main application source file that contains the application
class CTestAutoCompleteComboApp.
TestAutoCompleteCombo.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
TestAutoCompleteCombo.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\TestAutoCompleteCombo.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file TestAutoCompleteCombo.rc.
res\TestAutoCompleteCombo.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one dialog class:
TestAutoCompleteComboDlg.h, TestAutoCompleteComboDlg.cpp - the dialog
These files contain your CTestAutoCompleteComboDlg class. This class defines
the behavior of your application's main dialog. The dialog's
template is in TestAutoCompleteCombo.rc, which can be edited in Microsoft
Visual C++.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named TestAutoCompleteCombo.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
一个可以自动完成的复合框示例
共21个文件
h:5个
cpp:4个
txt:2个
需积分: 50 30 下载量 174 浏览量
2004-07-24
00:00:00
上传
评论
收藏 20KB RAR 举报
温馨提示
自动完成的复合框的实现在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"); 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了. 有什么问题请大家指出,我的联系方式: junglesong@163.com,junglesong@etang.com
资源推荐
资源详情
资源评论
收起资源包目录
20040724cfuhekuang.rar (21个子文件)
说明.htm 4KB
代码中国.txt 3KB
TestAutoCompleteCombo
ReadMe.txt 4KB
StdAfx.h 1KB
AutoCompleteCombo.h 1KB
TestAutoCompleteCombo.cpp 2KB
AutoCompleteCombo.cpp 2KB
res
TestAutoCompleteCombo.ico 1KB
TestAutoCompleteCombo.rc2 413B
TestAutoCompleteCombo.plg 2KB
TestAutoCompleteCombo.rc 5KB
TestAutoCompleteComboDlg.h 1KB
TestAutoCompleteCombo.clw 1KB
resource.h 700B
TestAutoCompleteComboDlg.cpp 4KB
TestAutoCompleteCombo.dsp 4KB
TestAutoCompleteCombo.dsw 565B
TestAutoCompleteCombo.opt 53KB
TestAutoCompleteCombo.h 1KB
StdAfx.cpp 223B
代码中国.url 126B
共 21 条
- 1
资源评论
普通网友
- 粉丝: 882
- 资源: 2万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功