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

搜索资源列表

  1. chengxudai

    0下载:
  2. 例子代码:如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法,增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条,如何为应用程序添加启动画面 比较基础,给学习VC的朋友.-code examples : MFC AppWizard how to amend the framework Generation Wizard process and the a
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:52944
    • 提供者:王理
  1. CoolBar

    0下载:
  2. 从CControlBar派生的toolbar.已编译为独立的dll,有使用例子。 在vc++2005下编译。适合mfc初学者学习,使用。
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:74258
    • 提供者:shuijiu
  1. tbcus

    0下载:
  2. Simply by adding some code to your MFC frame windows, you can make your toolbar customize dialog works.
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:18493
    • 提供者:碧蓝天
  1. Win32++_A_Simple_Alternative_to_MFC

    0下载:
  2. Win32++ provides a framework for developing applications using the Win32 API directly. It supports all MS operating systems that run the Win32 API, from Windows 95 through to Windows XP and Vista. This framework is designed to produce programs with a
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:755124
    • 提供者:含羞草
  1. 简单的web浏览器

    5下载:
  2. 使用MFC编写的简单的浏览器 CHtmlView 类的成员函数 1.获取和设置属性(Attributes)的成员函数 (1)CString GetType( ) const; (2)long GetLeft( ) const; void SetLeft( long nNewValue ); (3)long GetTop( ) const; void SetTop( long nNewValue ); (4)long GetHeight( ) const; void SetHeight( long
  3. 所属分类:网络编程

  1. VC视图绘制动态曲线图

    0下载:
  2. ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 applic
  3. 所属分类:Windows编程

    • 发布日期:2011-12-18
    • 文件大小:1967656
    • 提供者:xiayang168
  1. set-the-title

    0下载:
  2. vc设置工具栏的标题实现源码,适合初学mfc控件编程的朋友-vc set the toolbar' s title to achieve source control program for beginners mfc friend
  3. 所属分类:ToolBar

    • 发布日期:2017-03-29
    • 文件大小:21718
    • 提供者:李思
  1. ToolbarBg

    0下载:
  2. mfc创建工具栏背景位图,初学mfc编程-mfc create toolbar background bitmap, mfc programming beginner
  3. 所属分类:ToolBar

    • 发布日期:2017-06-02
    • 文件大小:14655666
    • 提供者:sinskoo
  1. Players-Rating-System

    0下载:
  2. 基于VC++6.0的MFC界面编程工具,实现一个评分系统,实现对选手姓名和评为平均分的记录并根据平均分在listbox中实现排名。评分界面在工具栏(计算)中。-The MFC VC++6.0 based interface programming tools, to achieve a rating system, and the names of players and as the average of the record and based on the average points a
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:110361
    • 提供者:leo
  1. howtoshow256color

    0下载:
  2. 问题: 论坛中有很多人提出:基于Windows的程序如资源管理器(Explorer.exe),IE等都能显示出漂亮的工具栏图像和图标。但是,用MFC开发的应用程序一般都只能显示16色的工具栏图像和列表视图(如CListView)图像,而无法显示在资源中创建的256色图标和位图。这是为什么? 解答: 工具栏和列表视图都是把自己的图像存储在图像列表中。这个图像列表实际上就是一个图像清单。它是一个由许多小图像组成的长条型位图图像。 -Question: There are
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9056891
    • 提供者:王博
  1. ColorToolbar

    0下载:
  2. 本程序是用VC的MFC开发的单文档彩色工具条-This program is developed with VC, MFC single document color toolbar
  3. 所属分类:ToolBar

    • 发布日期:2017-05-15
    • 文件大小:3652790
    • 提供者:张瑞波
  1. MFCbardemo

    0下载:
  2. 一个基于MFC的可以自定义工具栏的程序模板。-Based on the MFC s can customize the process template toolbar.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:59563
    • 提供者:刘洋
  1. Fullscrn

    0下载:
  2. 用VC++ MFC编写的界面全屏程序,全屏时有浮动工具条,一个实用的程序功能。-Written by VC++ MFC program full-screen interface, full screen floating toolbar, a practical program features.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1369171
    • 提供者:vincent
  1. Style

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。-How to modify the wizard-generated MFC AppWizard framework of procedures for the appearance and size, modify icons, cursors, background three methods. How to add a
  3. 所属分类:ToolBar

    • 发布日期:2017-04-01
    • 文件大小:57515
    • 提供者:刘芬
  1. MyPreview

    1下载:
  2. 在MFC的文档/视图中虽然有很好的打印预览功能,但是工具栏很呆板,本例子可以很好的修改工具栏-At MFC' s document/view there is very good although the print preview function, but the toolbar is very stiff, this can be a very good example of changes Toolbar
  3. 所属分类:Printing program

    • 发布日期:2017-03-30
    • 文件大小:46347
    • 提供者:wsx
  1. gongjulan-

    0下载:
  2. MFC程序中为单文档程序工具栏添加单文按钮控件-MFC single document application program as a single text to add a toolbar button control
  3. 所属分类:ToolBar

    • 发布日期:2017-03-28
    • 文件大小:233460
    • 提供者:博克斯
  1. draw

    0下载:
  2. 利用windows MFC创建工具栏,实现画圆和矩形-Use the toolbar to create windows MFC to achieve drawcircle and rectangular
  3. 所属分类:ToolBar

    • 发布日期:2017-04-02
    • 文件大小:39856
    • 提供者:高明
  1. MyToolbar

    0下载:
  2. 工具栏编程实例,可为初学者提供些帮助吧,程序是基于MFC框架的-Toolbar programming examples for beginners to provide more help now, the program is based on the MFC framework
  3. 所属分类:ToolBar

    • 发布日期:2017-04-10
    • 文件大小:35010
    • 提供者:寒啸
  1. Graphic

    0下载:
  2. 利用MFC类库,实现的功能是在对话框中对工具条中的相应按钮做出响应:比如划点,直线,多边形,用指定颜色填充等功能。-Use MFC class library, the realization of the function is in the dialog box on the toolbar button to make the appropriate response: for example, designated points, a straight line, polygon, fi
  3. 所属分类:ToolBar

    • 发布日期:2017-03-30
    • 文件大小:56937
    • 提供者:honeyxuer
  1. Lesson9Code

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

    • 发布日期:2017-04-02
    • 文件大小:58166
    • 提供者:ironman2006
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com