CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - mfc picture box

搜索资源列表

  1. PictureBox

    0下载:
  2. 一个支持透明位图的MFC扩展picture,用法一看代码就会,所以不带工程了。-A support transparent bitmap in MFC extension picture, use a look at the code would be, so I do not bring works of.
  3. 所属分类:Static control

    • 发布日期:2017-03-28
    • 文件大小:1535
    • 提供者:hexun
  1. RichText

    1下载:
  2. CRichEdit,类似QQ的编辑框 可以显示BMP,JPG以及动态的GIF格式的图片 而且还能编辑字体颜色,自动换行-CRichEdit, similar to the edit box QQ can display BMP, JPG and GIF format dynamic picture but also edit the font color, wrap
  3. 所属分类:RichEdit

    • 发布日期:2017-03-29
    • 文件大小:58262
    • 提供者:王吉桥
  1. SiImageShowBox(VS2005)

    0下载:
  2. 一个非常好用的在MFC对话框中显示图片的动态库源码,可以实现基本的图片显示、缩放、划线等功能。-A very easy to use in an MFC dialog box to display pictures dynamic library source code, the basic picture, zoom, crossed.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-20
    • 文件大小:32509952
    • 提供者:肖帅
  1. DemoButton

    0下载:
  2. 随着计算机的发展和普及,人们对于软件的界面美观性要求越来越高。MFC提供了很多标准控件,比如按钮控件,按钮在MFC编程中有着较高的使用频率。本文将介绍如何实现在有背景图片的情况下,任意形状按钮的自绘方法。本文使用基于对话框工程程序进行演示-With the development and popularization of computers, there is the software interface aesthetics have become increasingly demandin
  3. 所属分类:Button control

    • 发布日期:2017-04-02
    • 文件大小:441589
    • 提供者:孙静
  1. SkinDlg

    0下载:
  2. 贴图对话框 对话框可自动适应图片的大小 完全实现图片是怎样 对话框就能实现成什么样 代码封装的很好 可以非常容易的用于MFC下的不同工程中-Mapping dialog box dialog box to automatically adapt the image size dialog box fully realized picture is how the code can be realized into what a good package can be easily used fo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:645132
    • 提供者:pengkuan
  1. OpenGLMFCinterface

    0下载:
  2. 封装了一个在MFC对话框下来开发的OpenGL类:MLGL,该类基本实现了完全封装,使用时无需在对话框初始化函数中做初始化。将MLGL类与图画控件关联即可用!另外可以仿造程序中Test类继承MLGL类重载Draw3D()函数开发!-Encapsulates an MFC dialog box down the development of OpenGL classes: MLGL, the basic realization of such a complete package, no need
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3883990
    • 提供者:马乐
  1. AddressBook

    0下载:
  2. 通讯录程序采用C++ MFC技术内容实现。为提供更生动灵活的用户环境采用蓝精灵头像为每个通讯录记录设计一个头像。在主界面中左边是通讯录内容的显示框,右边部分是本通讯录的功能操作菜单。-Address book program using C++ MFC technical content to achieve. To provide a more lively and flexible user environment using midazolam head record for each d
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1973758
    • 提供者:
  1. DlgControl

    0下载:
  2. 介绍MF各种控件,不包含高级控件。包含源代码以及自己写得PPT教程。包含Edit Control,RadioButton,CheckBox,Slider Control,Progress Bar,Picture Control,Combo Box,List Control,,以及一些简单的界面修改比如字体和颜色。-A program to show mfc controls.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-06
    • 文件大小:1078128
    • 提供者:caojian
  1. PictureControl_DrawAndSave

    1下载:
  2. 用VS2008建立的MFC对话框中,点击按钮在picturecontrol控件上用鼠标绘图,然后点击保存按钮,将控件上所绘图片保存-Used the VS2008 to establish the MFC dialog box, click the button with the mouse drawing on in picturecontrol controls, and then click the Save button, will be plotted on the control p
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-14
    • 文件大小:13973163
    • 提供者:chao
  1. CPictureCtrlDemo

    1下载:
  2. mfc 对话框加载图片文件显示,传入图片文件路径,或者读取文件内容到缓冲区。-MFC dialog box load image file, the incoming picture file path, or read the contents of the file into the buffer.
  3. 所属分类:Windows Develop

    • 发布日期:2016-04-28
    • 文件大小:2179072
    • 提供者:程新连
  1. ScorllBar

    0下载:
  2. 自己模仿mfc重写的滚动条,不过图片可以根据自己的喜欢更换, 打开对话框后点击button1-Mfc rewrite their own scroll bar to imitate, but the picture may change according to their likes, open the dialog box and click the button1
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-21
    • 文件大小:6269092
    • 提供者:wenzi
  1. CImage--Class

    0下载:
  2. Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。 现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法.-The Visual C++ class CBitmap and static picture control func
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-24
    • 文件大小:13600
    • 提供者:赵聪
  1. bmpScreen

    0下载:
  2. /*类名称:bmpScreen.h。 类功能:提供了一个MFC下截取窗口特定部分并保存为bmp图片的类。 类参数:Crect rect, int left, int top, int top, char* name。 类参数说明: (1)Crect rect 定义截图框的大小。 (2)int left 定义截图框距截图窗口左边的距离。 (3)int top 定义截图框距截图窗口上边的距离。 (4)char *name 定义所截图的
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1817
    • 提供者:koma
  1. common_operation

    0下载:
  2. mfc对话框的常用操作,如:改变背景图片,修改编辑框的背景,修改静态文本的文本字体颜色及背景-Common operations, such as: MFC dialog box to change the background picture, edit box background, text font color and background to modify the static text
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-20
    • 文件大小:5776009
    • 提供者:wenbo
  1. MFC-picture

    0下载:
  2. MFC对话框打开一幅图片并在picture显示和图片保存,完整的教程-MFC dialog box opens a picture and the picture display and save the picture, complete tutorial
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-05
    • 文件大小:409114
    • 提供者:asd
  1. ControlTest

    0下载:
  2. 设计了Windows基本控件的使用,本程序使用C语言写的,主要是为了帮助大家理解这些控件的原理,同时为哪些想要学习C语言界面编程的人提供一些提示。MFC、C#的编程者也可以查看。里面的控件介绍包括TREEVIEW、Tab Control、Animation Control、Picture Control、Slider Control、List Control、ListView、Combo Box Control等-Windows is designed to use the basic cont
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-27
    • 文件大小:10054575
    • 提供者:忧郁二郎
  1. ImageZoomClass

    0下载:
  2. 最近刚学GDI+,就想找个应用练练手,于是基于GDI+封装了此类,接口已经独立出来,使用十分方便,在MFC上直接使用(在VS2010 x64上编译,32位也可以),类的特定如下: 1.基于GDI+封装的类,文档和对话框可直接使用; 2.类初始化时可选择图片是否充满控件,充满的话,图片会适应控件的宽度进行缩放,但会保存原有的长宽比不变; 3.变换前后的坐标关系已经封装好,可直接调用; 4.缩放前后采样最临近点差值(windows图片查看器和PS都是采样这种差值方式,可能是因为效率比
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2256197
    • 提供者:于福翔
  1. 管理系统

    0下载:
  2. 用MFC开发的一个管理系统,内容丰富,带有所以代码,流程图,核心代码,开发思想等文档,按钮设置了颜色,每一个对话框有背景图片,还有一些控件的应用,在窗口中绘图等技术都有涉及,是学习MFC的良好资料。(With the development of a MFC management system, rich in content, so with the code, flow chart, core code, development ideas and other documents, butt
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:9713664
    • 提供者:秘影之下
  1. ShowImage

    1下载:
  2. 在VS2012编程环境下,使用MFC加载图片,并且显示在界面中,同时可以将图片文件的路径显示在Edit编辑框中(In the VS2012 programming environment, use MFC to load pictures, and display in the interface, at the same time you can display the picture file path displayed in the Edit edit box)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:58133504
    • 提供者:Ranger灬波
  1. PC+滚动条

    1下载:
  2. MFC 基于对话框的查看图片的软件,可以打开一张图片,当图片小于区域时,没有滚动条出现,当图片大于区域的时候,出现滚动条,并且可以拉动滚动条查看完成图片。(MFC based on dialog box to view the picture software, you can open a picture. When the picture is smaller than the area, there is no scrollbar. When the image is larger tha
  3. 所属分类:界面编程

搜珍网 www.dssz.com