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

搜索资源列表

  1. Style

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -How to modify the wizard gen
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1555504
    • 提供者:时书政
  1. ChuangTi

    0下载:
  2. 为工具栏附加图标列表,基于MFC的对话框,附源码-Add icons for the toolbar list, based on the MFC dialog box, with a source
  3. 所属分类:ToolBar

    • 发布日期:2017-05-13
    • 文件大小:3073605
    • 提供者:matraxa
  1. pro1

    0下载:
  2. MFC基于单文档的简单的菜单栏,工具栏,邮件快捷方式实现等功能、-MFC single document based on a simple menu bar, toolbar, e-mail shortcut to achieve other functions,
  3. 所属分类:Menu control

    • 发布日期:2017-04-10
    • 文件大小:2075064
    • 提供者:sunzh
  1. lesson9

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-How to modify the wizard-genera
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:65376
    • 提供者:玄一
  1. WTL_AND_MODLE

    0下载:
  2. MFC程序员的WTL指南+例子,WTL的一些应用:WTL界面基类,工具条,状态条,对话框,Active控件等例子。-MFC Programmer' s Guide+ examples of WTL, WTL some applications: WTL base class interface, toolbar, status bar, dialog boxes, Active control and other examples.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1303752
    • 提供者:贺庆友
  1. Lesson9Code

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -How to modify the wizard-gen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:58062
    • 提供者:王晓坡
  1. caidanbiancheng

    0下载:
  2. 来自菜单、加速键或工具栏按钮的消息。这类消息都以WM_COMMAND呈现。在MFC中,通过菜单项的标识(ID)来区分不同的命令消息;在SDK中,通过消息的wParam参数识别。-From the menu or toolbar button to speed up the key message. Such messages are presented in WM_COMMAND. In MFC, a menu item through the identification (ID) to di
  3. 所属分类:Menu control

    • 发布日期:2017-04-16
    • 文件大小:9677
    • 提供者:流云自随风
  1. CTRLBARS

    0下载:
  2. Ctrlbars应用程序演示了MFC类库中工具 条的用法。在这个程序中,我们介绍了工具 条的创建,如何控制工具条,在鼠标移到工 具条上时如何在状态条中显示相应的信息等 内容。该程序的源代码在光盘的Code\Ctrlbars 目录下。-Ctrlbars MFC class library application demonstrates the usage of the toolbar. In this program, we introduced the toolbar to
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:100586
    • 提供者:wupeiheng
  1. ViewModeSDI

    0下载:
  2. 多模式VC++窗体的实现源代码,这里的多模式是指窗体在正常显示的时候,由用户可以选择是否精简显示,也就是隐藏菜单栏、隐藏主窗体,隐藏窗体状态栏等,能把窗体隐藏成一个工具条一样。目前,这种效果多应用于一些娱乐软件中,比如影音播放器之类的。   本程序界面是由SDI的MFC文档视图结构实现,但是代码在MDI的多文档/视图中并不能很好的实现,近些日找到一些实现 MDI 的多模式实现方法,具体请看代码。 -Multi-mode implementation of VC++ source cod
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:183265
    • 提供者:madud00103
  1. message

    1下载:
  2. 利用MFC单文档空白程序实现工具条状态条的增加删除功能,所有代码均手工添加,让大家理解程序运行原理。-MFC single document using the toolbar space program to achieve the increase in the status bar delete function, all of the code were added by hand, so that we understand the running principle.
  3. 所属分类:ToolBar

    • 发布日期:2015-05-04
    • 文件大小:3689472
    • 提供者:
  1. MFC_Tool

    0下载:
  2. 学习使用工具栏编辑器,它是MFC为工具栏提供的一个可视化的图形编辑器-Learn to use the toolbar editor, it is the MFC for the toolbar provides a visual graphical editor
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:9764
    • 提供者:王宁
  1. GroupToolBar

    0下载:
  2. 创建工具栏,本程序详细的介绍了如何在MFC的单文本上创建工具栏。-Create a toolbar, the program detailed how to create a toolbar in MFC single text.
  3. 所属分类:ToolBar

    • 发布日期:2017-11-12
    • 文件大小:43497
    • 提供者:liming
  1. RussianRect1408

    0下载:
  2. 用MFC开发的一款俄罗斯方块游戏,含自定义工具栏,可播放mid音乐-A Tetris game developed by MFC.You can customize the toolbar and play mid music.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-10
    • 文件大小:2297978
    • 提供者:liyue
  1. AddToolBar-VC

    0下载:
  2. VC/MFC下为窗体添加工具栏按钮的方法,即源码。程序没有其它功能,对MFC界面编程不熟悉的人可以看看哈。当然希望更加网友上传MFC界面编程源码。-VC/MFC for form under add toolbar buttons method, namely the source code. Program does not have other function, the interface of MFC programming not familiar with people can se
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-21
    • 文件大小:6159867
    • 提供者:
  1. DialogReBarColorTool_2011-12-22

    0下载:
  2. 基于Visual C++ 6.0 MFC的对话框工程,使用Rebar来实现多彩工具条的demo程序-Based on Visual C++ 6.0 MFC dialog project, the use of Rebar to colorful toolbar demo program
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:148593
    • 提供者:肖传毅
  1. DialogBar-TrueColor-Tool

    0下载:
  2. 基于Visual C++6.0 MFC 的demo程序,实现对话条的真彩色工具条的功能-True color toolbar features the Visual C++ 6.0 MFC-based demo program for dialogue
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:81936
    • 提供者:肖传毅
  1. DlgToolStatusBar

    0下载:
  2. 基于Visual C++ MFC的对话框工程,实现浮动工具条的功能,需要的可以下载参考下-Based on the Visual C++ MFC dialog project, a floating toolbar functions, need to download the reference
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:49921
    • 提供者:肖传毅
  1. VC_study

    0下载:
  2. vc学习教程,第2章 C++面向对象程序设计第3章 MFC基本应用程序的建立第4章 对话框和常用控件第5章 菜单、工具栏和状态栏-vc tutorials, Chapter 2 C++ object-oriented programming in Chapter 3 MFC application to establish Chapter 4 dialog boxes, and Chapter 5 of the commonly used controls menu, toolbar and s
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-11
    • 文件大小:2711175
    • 提供者:seabirdys
  1. MFCDlg

    0下载:
  2. MFC中模式对话框和非模式对话框,在文档中工具栏上选择的。-In MFC modal dialog box and non-modal dialog box in the document toolbar to choose.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-22
    • 文件大小:7150431
    • 提供者:
  1. MFCDraw2

    0下载:
  2. 在MFC单文档工具栏中添加各种绘图,像矩形,圆形,直线,等简单的操作-MFC single document in the toolbar to add a variety of graphics, such as rectangular, circular, linear, simple operation
  3. 所属分类:ToolBar

    • 发布日期:2017-05-22
    • 文件大小:7136240
    • 提供者:
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com