CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - MFC对话框

搜索资源列表

  1. UseResourceInDLL

    0下载:
  2. 如何在DLL中使用对话框,从Win32 DLL和MFC DLL两个方面来分析并解决这个问题。 -how to use the DLL dialog, from Win32 DLL and MFC DLL two aspects to analyze and solve the problem.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9.18kb
    • 提供者:xjc
  1. diag

    0下载:
  2. mfc对话框 mfc对话框
  3. 所属分类:软件工程

    • 发布日期:2014-01-17
    • 文件大小:1.87mb
    • 提供者:阿文
  1. mfccomm

    0下载:
  2. 串口通讯程序,基于MFC对话框编的。已经测试过,希望对大家有用 -Serial communication program, based on the MFC dialog box for the. Has been tested, in the hope that useful
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3.47mb
    • 提供者:全西文
  1. VCADO

    0下载:
  2. 在WIN32中,模式对话框的创建一般是使用DialogBox来进行创建的。而非模式对话框则是利用CreateWindow来创建的。在MFC或是WTL中,模式对话框一般是使用DoModal,而非模式对话框的创建则是使用Create。 模式对话框创建后,程序的其他窗口便不能进行操作,必须将该窗口关闭后,其他窗口才能进行操作。而非模式对话框则无需这样,它不强制要求用户立即反应,而是与其他窗口同时接受用户操作。 -very good!!
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:4.3kb
    • 提供者:伊一
  1. VC_Dialog

    0下载:
  2. 分步骤详细介绍了在Visual C++中如何构造、设计界面及对话框,对于MFC初学者应该很有帮助-Step by step details in the Visual C++ How to construct, design interface and dialog boxes, for MFC beginners should be very helpful
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:435.15kb
    • 提供者:杜飞
  1. vcMSCom

    2下载:
  2. vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
  3. 所属分类:Project Design

    • 发布日期:2016-06-04
    • 文件大小:73.82kb
    • 提供者:于玮婷
  1. MFC

    0下载:
  2. 拼图游戏是同学们喜欢的益智游戏之一,带着浓厚的兴趣,我们选择拼图游戏设计作为我们小组本次MFC课程设计的课题。在讨论中,有的同学希望用单文档(SDI)的形式完成本次设计,有的同学则偏向于用对话框(Dialogue)的形式,最终我们小组讨论决定最终的设计采用对话框形式实现拼图功能。-Classmates like jigsaw puzzle is one of the puzzles, with strong interest, we choose puzzle design as me
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:288.1kb
    • 提供者:张韵轩
  1. waring

    0下载:
  2. 基于MFC的简单程序,用VC++ 编写,弹出对话框,并语音提示-Based on the MFC simple procedures, with vc++ write, pop-up dialog box, and voice ask
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:44.46kb
    • 提供者:
  1. relex

    0下载:
  2. MFC基于对话框动态画曲线的完整代码 内含详细注释-MFC is based on the complete code of the dialog box dynamically draw curves containing detailed notes
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:16.34mb
    • 提供者:海涛笨笨
  1. VC

    0下载:
  2. MFC编写一个简单的登录对话框(连数据库),教你怎么在VC上连接access数据库-MFC write a simple login dialog (even the database), teach you how to connect access database on the VC
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:2.01mb
    • 提供者:hello
  1. Catch

    0下载:
  2. 用VC6.0写的一个MFC程序,一个简单的MFC“逃跑”对话框应用程序-With VC6.0 write an MFC program, a simple MFC " escape" dialog application
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:1.79mb
    • 提供者:LXJ
  1. MFC-Open-the-save-file-dialog-box

    0下载:
  2. 开发窗口应用程序中,一般都会使用到文件保存对话框,我在这里提供其中一种方法-Developing windows applications, usually to a file using the Save dialog box, I am here to provide methods
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:1.42kb
    • 提供者:布伦特
  1. MFC-basic-code

    0下载:
  2. VC++ 内MFC的基本问题介绍和源码参考,包括文档视图,视图和框架窗口、对话框等的操作-VC++,the basic operation code of MFC
  3. 所属分类:Software Testing

    • 发布日期:2017-05-24
    • 文件大小:3.29mb
    • 提供者:刘美女
  1. splittercontrol_demo

    0下载:
  2. 在MFC中,仿分割视图在对话框窗口分割对话框-In MFC, imitation split view in the dialog window segmentation dialog
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:17.61kb
    • 提供者:dengshaoyi
  1. mfc

    0下载:
  2. 基于对话框绘制曲线:vc++ mfc ,非常适合入门的新手学习 ,也可以适用于深层的开发-vc++ mfc ,非常适合入门的新手学习 ,也可以适用于深层的开发
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1.83mb
    • 提供者:王松林
  1. MFC-practice(windos)

    0下载:
  2. MFC对话框练习,对初学者来说很不错的资料-MFC practice of windos
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:220.93kb
    • 提供者:崔冲
  1. FileOpen

    0下载:
  2. 用MFC 编写的基于对话框的一个可以打开本地电脑的文件的程序-open file in the local computer
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1.83mb
    • 提供者:梅浩
  1. VC-Dialog-and-common-control

    0下载:
  2. VC++_课件_第05章_对话框和常用控件,带你进入MFC的世界-Courseware VC++ _ _ _ Chapter 05. Dialog and common control with you into the world of MFC
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:281.92kb
    • 提供者:唐麒
  1. student-DATA

    0下载:
  2. 用MFC创建一个基于对话框的应用程序,添加多个编辑控件实现学生信息的输入。-Use MFC create a dialog-based application, and add multiple edit controls to achieve input student information.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:27.96kb
    • 提供者:夏陌
  1. flicker-free-picture-redraw

    0下载:
  2. 利用了双缓冲技术在MFC对话框上进行高性能绘图,有效还解决了闪烁问题,给出了设计思路和代码实现。-Using double buffering technology in the MFC dialog box for high-performance graphics, effective also solved the flicker problem, given the design ideas and code to achieve.
  3. 所属分类:software engineering

    • 发布日期:2017-12-15
    • 文件大小:4kb
    • 提供者:田魁
« 12 »
搜珍网 www.dssz.com