CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 对话框与窗口 搜索资源 - MFC list

搜索资源列表

  1. ResizableCtrl_demo

    0下载:
  2. 实现MFC程序的各种控件可自动改变大小,包括按钮,编辑框,列表框等-achieve the various control procedures can automatically change the size, including the button, edit box, list box, etc.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:19930
    • 提供者:wg
  1. ListCtrlProgress

    0下载:
  2. 创建MFC应用程序,快速入门设计,通过应用程序向导创建应用程序,LIST的用法-how to development with MFC
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:30669
    • 提供者:weijie
  1. OutlookSDI

    0下载:
  2. 本例是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.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:31491
    • 提供者:立方
  1. x3

    0下载:
  2. 实现了3个功能的列子。 1. checkcombobox 2. list 的自动换行 3. MFC显示PNG图片-Achieve three functions Liezi. 1. Checkcombobox 2. List of wrap 3. MFC display PNG images
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1686755
    • 提供者:何勇强
  1. lianbiaohebing

    0下载:
  2. 在VC中进行的可视化编程,也就是用MFC实现,实现了连个升序链表的合并-VC conducted in visual programming, which is achieved by MFC to achieve even a merger of the list in ascending order
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1912717
    • 提供者:一夜长大
  1. address-list

    0下载:
  2. 这个程序是MFC程序,可以实现人员通讯信息的录入、修改、删除-This program is an MFC program, staff can communicate information input, modify, delete, etc.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-13
    • 文件大小:3269945
    • 提供者:Christina
  1. Base-on-MFC-file-system

    0下载:
  2. 本文件系统是以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
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-14
    • 文件大小:3752557
    • 提供者:longer
  1. MFC.STUDENT

    0下载:
  2. 最近刚学习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.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-09
    • 文件大小:1212364
    • 提供者:lili
  1. SkinControls

    4下载:
  2. 自绘 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
  3. 所属分类:对话框与窗口

    • 发布日期:2013-07-31
    • 文件大小:2142036
    • 提供者:李东波
  1. Ringely_book

    0下载:
  2. 运用了按钮、静态文本框、编辑框、列表框等控件在基于对话框的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.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-11
    • 文件大小:19257344
    • 提供者:陶子朱
  1. listctrl

    0下载:
  2. listctrl列表排序实现,基于MFC对话框实现功能-listctrl sort the list implementation, based on MFC dialog to achieve functional
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-01
    • 文件大小:13935616
    • 提供者:bob
  1. Ex_CtrlSDI_Pro

    0下载:
  2. 一个基于MFC的城市邮政编码录入程序,加入了自己一些特殊的功能。 基于MFC编写一个对话框程序。可实现功能: 1) 单击“添加”按钮,将城市名和邮政编码添加到列表框中。过程中,需判断所添加项是否与列表已有项重复。 2) 单击“修改”按钮,将以城市名作为列表框的查找关键字,找到后修改其邮政编码内容。 3) (Pro)单击“输出TXT”按钮,将列表框中全部城市及邮政编码以txt文本输出。-An MFC-based urban zip code entry procedures, ad
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:433440
    • 提供者:牛德森
  1. MFC

    1下载:
  2. 这份源文件是基于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
  3. 所属分类:Dialog_Window

    • 发布日期:2016-12-04
    • 文件大小:193536
    • 提供者:江河
  1. ControlTest

    0下载:
  2. 设计了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
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-27
    • 文件大小:10054575
    • 提供者:忧郁二郎
  1. MFC-List-view-control

    0下载:
  2. 用户在登录一些软件时,经常可以看到用户名是以图标的形式显示在列表中的。本实例就是使用列表视图设计软件登录界面。-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
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-28
    • 文件大小:63147
    • 提供者:苏树林
  1. Demo13-list

    0下载:
  2. 员工管理系统,做了界面美化功能比较全面,使用win32 api 非 MFC-Staff management system, to do a more comprehensive interface beautification function, the use of API Win32 non MFC
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-23
    • 文件大小:7183566
    • 提供者:王晓磊
  1. putoutlist-controlexcel

    0下载:
  2. MFC将list控件内容导出为excel表格- MFC will list the contents of export controls to excel spreadsheet
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-15
    • 文件大小:55698432
    • 提供者:up
  1. Ex_Ctrl6SDI

    0下载:
  2. 设计完成学生信息的录入和在列表控件中显示的程序(A program designed to complete the input of student information and display in a list control)
  3. 所属分类:对话框与窗口

    • 发布日期:2018-04-19
    • 文件大小:2412544
    • 提供者:bestxuh
搜珍网 www.dssz.com