搜索资源列表
ResizableCtrl_demo
- 实现MFC程序的各种控件可自动改变大小,包括按钮,编辑框,列表框等-achieve the various control procedures can automatically change the size, including the button, edit box, list box, etc.
ListCtrlProgress
- 创建MFC应用程序,快速入门设计,通过应用程序向导创建应用程序,LIST的用法-how to development with MFC
OutlookSDI
- 本例是MFC SDI框架实现的outlook样式界面。视图切分为列表视图和outlook视图。 outbarview是outlook视图类。-MFC SDI frame in this case is the outlook style interface to achieve. View the list view and outlook cut into the view. outbarview is the outlook view class.
x3
- 实现了3个功能的列子。 1. checkcombobox 2. list 的自动换行 3. MFC显示PNG图片-Achieve three functions Liezi. 1. Checkcombobox 2. List of wrap 3. MFC display PNG images
lianbiaohebing
- 在VC中进行的可视化编程,也就是用MFC实现,实现了连个升序链表的合并-VC conducted in visual programming, which is achieved by MFC to achieve even a merger of the list in ascending order
address-list
- 这个程序是MFC程序,可以实现人员通讯信息的录入、修改、删除-This program is an MFC program, staff can communicate information input, modify, delete, etc.
Base-on-MFC-file-system
- 本文件系统是以windows的窗口为参考,在MFC的对话框模版下,主要通过tree control 和 list control两个控件和一些其它的控件模拟文件的操作。-The file system is based on Windows window for reference, in MFC dialog template, mainly through the tree control and list control two controls and some other contro
MFC.STUDENT
- 最近刚学习mfc,这是一个简单的学生管理系统。可以把它作为模版,学做登录对话框,视图列表控件的使用很熟悉。-Recently learning mfc, this is a simple student management system. Use it as a template, to learn to do the login dialog, view the list control is very familiar.
SkinControls
- 自绘 MFC 各种基本控件,包括png,jpeg库,文本框、编辑框、滚动条、滑块、按钮、进度条、菜单、富文本框、单选框、列表框、对话框等常用控件-Self-drawn MFC variety of controls, including png, jpeg library, text boxes, edit boxes, scroll bars, sliders, buttons, progress bars, menus, rich text boxes, radio buttons, lis
Ringely_book
- 运用了按钮、静态文本框、编辑框、列表框等控件在基于对话框的MFC应用程序上,实现的电子书开头界面。-Using buttons, static text boxes, edit boxes, list boxes in a program.This program is based on the MFC dialog application. It aims at realizing the GUI of ebook.
listctrl
- listctrl列表排序实现,基于MFC对话框实现功能-listctrl sort the list implementation, based on MFC dialog to achieve functional
Ex_CtrlSDI_Pro
- 一个基于MFC的城市邮政编码录入程序,加入了自己一些特殊的功能。 基于MFC编写一个对话框程序。可实现功能: 1) 单击“添加”按钮,将城市名和邮政编码添加到列表框中。过程中,需判断所添加项是否与列表已有项重复。 2) 单击“修改”按钮,将以城市名作为列表框的查找关键字,找到后修改其邮政编码内容。 3) (Pro)单击“输出TXT”按钮,将列表框中全部城市及邮政编码以txt文本输出。-An MFC-based urban zip code entry procedures, ad
MFC
- 这份源文件是基于VC下的MFC工程做的常用控件测试,通过一个的对话框展示了十来种控件编程使用方法,包括滚动条和文本框的同步方法,列表框扫描文件夹,自绘控件等,是零零碎碎的时间做的,希望进入MFC的小伙伴们喜欢-The source file is used under the control of the VC MFC engineering based testing, through a dialog box shows a dozen control programming method
ControlTest
- 设计了Windows基本控件的使用,本程序使用C语言写的,主要是为了帮助大家理解这些控件的原理,同时为哪些想要学习C语言界面编程的人提供一些提示。MFC、C#的编程者也可以查看。里面的控件介绍包括TREEVIEW、Tab Control、Animation Control、Picture Control、Slider Control、List Control、ListView、Combo Box Control等-Windows is designed to use the basic cont
MFC-List-view-control
- 用户在登录一些软件时,经常可以看到用户名是以图标的形式显示在列表中的。本实例就是使用列表视图设计软件登录界面。-Users log in to some software, often can see the user name is displayed in the form of the icon in the list. This example is the use of the list view design software login interface
Demo13-list
- 员工管理系统,做了界面美化功能比较全面,使用win32 api 非 MFC-Staff management system, to do a more comprehensive interface beautification function, the use of API Win32 non MFC
putoutlist-controlexcel
- MFC将list控件内容导出为excel表格- MFC will list the contents of export controls to excel spreadsheet
Ex_Ctrl6SDI
- 设计完成学生信息的录入和在列表控件中显示的程序(A program designed to complete the input of student information and display in a list control)