CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MFC Dialog

搜索资源列表

  1. program77

    0下载:
  2. MFC的一个对话框文件代码,可以自动生成的工程-MFC-file code for a dialog box, you can automatically generate the project
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-07
    • 文件大小:280346
    • 提供者:政委
  1. ip

    0下载:
  2. 用vc++写的ip修改工具,基于mfc的对话框,能够自动重复修改。-Using vc++ to write the ip change tools, mfc based dialog box that can automatically duplicate changes.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:71319
    • 提供者:徐正道
  1. DlgUseBmp

    0下载:
  2. 可以基于对话框的MFC应用程序中,在对话框上添加贴图背景,美化窗体-add bmp to your dialog for background,beautifing your dialog
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:4335903
    • 提供者:zhang
  1. AlgorithmCpp

    0下载:
  2. 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:865541
    • 提供者:阿表
  1. SoftKeyboard_alpha_numeric

    0下载:
  2. 基于VC6+MFC的软件盘(包括全键盘、数字键盘)源代码,使用时不需通过代码定位位置,就像用普通对话框控件一样方便快捷。-Based on VC6+ MFC software disc (including the full keyboard, numeric keypad) source code is not required by the code location using the location as convenient as using common dialog contro
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:311637
    • 提供者:yale
  1. PreviewDemo

    0下载:
  2. VC++利用对话框打印及预览的源码实例.在写一套MIS,但不想用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,系统UI是基于对话框的,支持打印及预览,没想到用起来还真不错,赶紧拿出来奉献给大家,支持分页预览,功能相信能满足朋友们的使用,如果感觉不错可以帮我继续修正并把源代码发给我。-VC++ using the dialog box print and preview source code examples. In the writing of a MIS, but do not
  3. 所属分类:Printing program

    • 发布日期:2017-03-29
    • 文件大小:25658
    • 提供者:275
  1. BallMove

    0下载:
  2. MFC中使用WIN32 API线程函数创建一个多线程程序,本例是基于对话框的应用程序。-MFC thread using WIN32 API functions to create a multi-threaded program, in this case is a dialog-based applications.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1897872
    • 提供者:钟毅
  1. MFCHTMLEdit

    0下载:
  2. 利用MFC实现的能够能够在对话框里面编辑HTM的程序-Can be achieved using MFC in a dialog box can be edited inside the HTM program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:228475
    • 提供者:Waxgin
  1. artiTest

    0下载:
  2. MFC架构,添加dialog。在dialog中设计三个按钮,这三个按钮循环切换。-MFC framework, adding dialog. In the dialog in the design of three buttons, three buttons to switch cycle.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-20
    • 文件大小:5643584
    • 提供者:caoshj
  1. MyPrivateTraSliderDemo

    0下载:
  2. 进度条,可改变对话框背景颜色,从MFC中派生而来的-The progress bar, the dialog box can change the background color, derived from the MFC in
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:157200
    • 提供者:
  1. Ex_Prac

    1下载:
  2. 使用MFC做的多菜单,自定义的图标,多对话框,状态栏,快捷键等综合在一起的一个程序。-Use MFC to do more than the menu, custom icons, multiple dialog boxes, status bar, keyboard shortcuts, etc. together in one comprehensive program.
  3. 所属分类:GUI Develop

    • 发布日期:2016-06-19
    • 文件大小:3797744
    • 提供者:谢勇
  1. VC_ComDlg

    0下载:
  2. BCB5_COM 是在BCB5下使用的例子 Console 是在控制台中使用的例子 VC_ComDlg 是在对话框中使用的例子一个MFC下使用串口的程序,界面简单了些-BCB5_COM is BCB5 example of using the console to use Console is the example of VC_ComDlg is an example in the dialog box used in an MFC program using serial port
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1939818
    • 提供者:yuzw
  1. Console

    0下载:
  2. BCB5_COM 是在BCB5下使用的例子 Console 是在控制台中使用的例子 VC_ComDlg 是在对话框中使用的例子一个MFC下使用串口的程序,界面简单了些-BCB5_COM is BCB5 example of using the console to use Console is the example of VC_ComDlg is an example in the dialog box used in an MFC program using serial port
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:12442
    • 提供者:yuzw
  1. 10_f09_DialogBoxes_1

    0下载:
  2. dialog box in mfc programming
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:17925
    • 提供者:maryam
  1. TerrainHillshading

    1下载:
  2. 实现了MFC下OpenGL环境的设置,非模式对话框,DEM高程数据读取,鼠标滚轮控制放大缩小-MFC achieved under the OpenGL environment settings, non-modal dialog, DEM elevation data to read, the mouse wheel control the zoom
  3. 所属分类:3D Graphic

    • 发布日期:2016-09-24
    • 文件大小:9433562
    • 提供者:曹操
  1. Lesson8

    0下载:
  2. 孙鑫老师第8课: 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其它属性页和向导页。-Dialog MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-25
    • 文件大小:8585409
    • 提供者:徐杰
  1. TrainingSystem

    0下载:
  2. 企业训练管理系统。程序的技术亮点包括:1、在主对话框上进行不同自对话框之间的切换;2、使用VC++播放Flash文件;3、在VC++中使用MFC ODBC技术访问Access数据库;4、为数据库中的每一个表映射一个记录集类;5、Singleton类的使用;6、使用VC++直接发送Email-Enterprise Training Management System. Program' s technical highlights include: 1, in the main dialog
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5296838
    • 提供者:ZhouLi
  1. denglu

    0下载:
  2. 本程序是设计一个简单的登陆界面窗口,只有用户输入相应的用户名和密码才能登陆到主界面,并进行相应的操作,是过在VC6下面的MFC编写的-dialog
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:4190
    • 提供者:picheng2007
  1. DialogImage

    0下载:
  2. 本例通过继承CDHtmlDialog类来设置对话框背景 本例简单易懂 适于MFC初学者学习-CDHtmlDialog class through inheritance in this case to set the dialog background, easy to understand in this case is suitable for beginners to learn MFC!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-31
    • 文件大小:13781195
    • 提供者:DangYongBin
  1. lotterygame

    0下载:
  2. 基于MFC的彩票游戏实例,展示了随机数的产生、不规则窗口的初始化以及如何在对话框上进行文本操作。-MFC-based lottery game instance, showing a random number generation, irregular windows and how to initialize the dialog box on the text manipulation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5201432
    • 提供者:Anthony
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com