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

搜索资源列表

  1. Style

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

    • 发布日期:2017-11-11
    • 文件大小:5693475
    • 提供者:张三
  1. myControl

    0下载:
  2. MFC自定义控件,包括按钮 编辑框 列表框 树形控件 菜单控件等(注:不是工程,只有源代码)-MFC custom controls, including the button edit box list box tree control menu control (Note: not works, only the source code)
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-10
    • 文件大小:183594
    • 提供者:朱小涛
  1. mfc_button

    0下载:
  2. 1.建立一个基于Dialog的MFC工程; 2.设置在Dialog窗体宽度为500,在其第一行位置放置一个组合框和一个按钮; 3.组合框设置8个默认选项,选项的内容分别是数字1,2,3,4,5,6,7,8 4.组合框允许输入数字,范围是0-50 5.按钮标题是“Do it” 6.点击“Do it”按钮,实现功能:①根据组合框填写或选择的数值(假设该值是n),创建n个按钮,每个按钮的大小都是高25长40,从界面上第二行开始显示,每一行显示的按钮数不超过(10-行号),超过时自动
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:4367073
    • 提供者:事实上
  1. WindowStyle

    0下载:
  2. 窗口化的mfc。各种按钮,各种插件,我了个去-Windowed mfc. Various buttons, a variety of plug-ins, I go
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:38086
    • 提供者:wangcaocao
  1. MyHoverButton

    0下载:
  2. /* * 作者:Albert * E-MAIL:04051227@163.com * 版权:使用时,请不要删除此注释,如有问题,可以交流 * 日期:2013.03.23 * 功能:派生CBitmapButton,能生成任意形状,以任意图片格式为背景的按钮,且有按钮的所有4态。 * 依赖:MFC,gdiplusplus * 源代码修改自:原HoverButton.h,作者不详 * 使用方法:需要使用MySubclassDlgItem来设定使用图片形状按钮,如果是矩形
  3. 所属分类:Button control

    • 发布日期:
    • 文件大小:25296
    • 提供者:albert
  1. ComputerGuard

    0下载:
  2. 电脑维保项目,有自绘按钮,自绘tab,采用MFC设计模式,对想学习MFC界面开发的同学有用-computerguardproject,there is self-draw button,self-draw tab,using MFC frame,it s useful to the on who wants to learn UI programming with MFC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-22
    • 文件大小:26565185
    • 提供者:winpcap
  1. QMusic

    0下载:
  2. 基于MFC自绘制按钮自定义背景,且能获取音乐文件时间信息,时间滚动条随音乐的播放自动滑动并显示当前播放进度,很适合新手借鉴-MFC-based self-drawn button custom background and music file time information, automatic sliding time scroll bar with the music player and displays the current playback progress, very suit
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-11
    • 文件大小:1892990
    • 提供者:隐士
  1. Calc

    0下载:
  2. MFC演示用计算器程序 带有展开/收缩按钮-The MFC presentation calculator program with the expand/collapse button
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:29777
    • 提供者:胡航
  1. EditBox

    0下载:
  2. 使用MFC类库编制应用程序:按钮控件、静态控件及编辑框的应用 -Application using the MFC class library preparation application: button control, static control and edit box
  3. 所属分类:Button control

    • 发布日期:2017-11-16
    • 文件大小:1880533
    • 提供者:张啸虎
  1. UI

    0下载:
  2. MFC中图形按钮CButtonST,提供各种特色功能的按钮,特殊背景按钮,透明按钮,可变位图按钮,异形按钮等-MFC graphical buttons CButtonST button offers a variety of features, special background button, clear button, variable bitmap buttons, shaped buttons, etc.
  3. 所属分类:Button control

    • 发布日期:2017-11-18
    • 文件大小:10885119
    • 提供者:abc
  1. MyVc5

    0下载:
  2. MFC控件的基础应用,集合了按钮控件,列表控件,静态文本空间,编辑框控件,下拉列表控件,对基于对话框的设计达到了较高的水准-MFC control, a collection of button controls, list controls, static text space, edit box control, the drop-down list control, dialog-based design to achieve a higher level
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-11-17
    • 文件大小:1880519
    • 提供者:庞梦德
  1. Style

    0下载:
  2. VC++如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法、如何增加和删除工具栏按钮、如何给应用程序增加工具栏-VC++ how to modify the look and size of the MFC AppWizard Wizard generates the framework of the program, the three methods to modify the icon, cursor, background, how to a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:41233
    • 提供者:吴薇
  1. EditShow

    0下载:
  2. 一个基于对话框的MFC程序,在这个对话框可以点击“字体”按钮,来选择字体。-A dialog based MFC procedures, can click the "font" button in the dialog box, select the font.
  3. 所属分类:ComboBox

    • 发布日期:2017-11-22
    • 文件大小:2066043
    • 提供者:yaozao
  1. CButtonST-V3.9

    0下载:
  2. CBUTTONST ,一个绘制按钮的很好的类,可以在mfc或qt等中使用-failed to translate
  3. 所属分类:Button control

    • 发布日期:2017-11-13
    • 文件大小:42669
    • 提供者:xiaojinguang
  1. MFCcolourButtion

    0下载:
  2. 用MFC创建获取自定义的颜色的按钮。可弹出色框选择。-Get custom color button created with MFC. . . .
  3. 所属分类:Button control

    • 发布日期:2017-12-04
    • 文件大小:65614
    • 提供者:萤火虫
  1. 3DButton

    0下载:
  2. 在MFC中手动绘制自定义的3D按钮的效果-The effect of custom 3D buttons in the MFC manually draw
  3. 所属分类:Button control

    • 发布日期:2017-11-16
    • 文件大小:2164
    • 提供者:jack
  1. WA

    0下载:
  2. 一个简单的词法分析器的MFC程序,用VC6.0编写,结构简单,可以直接运行。保存按钮的默认保存路径为d盘根目录。-A simple lexical analyzer MFC program, VC6.0 prepared, simple structure, can be directly run. Save button' s default save path is d root directory.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:3671044
    • 提供者:叶怀宇
  1. checkboxaradiobox

    0下载:
  2. 以C++语言写成的,带MFC界面的小程序。能实现在文本编辑框中输入、在复选框和单选框中进行选择之后,点击提交按钮,所写的信息可以显示到静态文本框中的功能。-In C++ language written with MFC interface applet. Can achieve in the text edit box, check boxes and radio box for the selection, click the submit button, you can display t
  3. 所属分类:Button control

    • 发布日期:2017-11-27
    • 文件大小:2264412
    • 提供者:chen ying
  1. iconbtn

    0下载:
  2. 这是一个可以把图标和文字同时显示在按钮控件上的一个MFC界面编程-This is an icon and text can be displayed simultaneously on a button control in MFC programming interface
  3. 所属分类:Button control

    • 发布日期:2017-11-11
    • 文件大小:632032
    • 提供者:张飞
  1. calculator

    0下载:
  2. c++程序设计。MFC编程,按钮,编辑框控件。计算器的实现。计算器编程实例。C++入门学习。-c++ program design. MFC programming, buttons, edit box control. Calculator implementation. Calculator programming examples. C++ learning portal.
  3. 所属分类:Button control

    • 发布日期:2017-12-04
    • 文件大小:11907859
    • 提供者:yajie
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 34 »
搜珍网 www.dssz.com